Allow Android Settings Wi-Fi activity as a background app in kiosk modeSolved

Participant
Discussion
3 days ago Aug 20, 2026

I’m using Android multi-app kiosk mode and need to allow this activity to run: com.android.settings.Settings$WifiSettingsActivity. I remember there was a way to unblock it in kiosk, but I can’t remember the exact place in the policy. Is it enough to add it as an allowed app, or does it need to be added somewhere else first?

Replies (3)

Marked SolutionPending Review
Hexnode Expert
3 days ago Aug 21, 2026
Marked SolutionPending Review

For an Android activity like com.android.settings.Settings$WifiSettingsActivity to run while the device is in multi-app kiosk mode, add it as a background app in the kiosk policy. Use these steps:

  1. Go to Policies and open the Android kiosk policy applied to the device.
  2. Navigate to Android > Kiosk Management > Multi App Kiosk.
  3. Open Background Apps.
  4. Click + Add and select com.android.settings.Settings$WifiSettingsActivity.
  5. Save the policy and allow the device to sync.

Adding it under Background Apps lets the activity run without being blocked by kiosk restrictions.

Marked SolutionPending Review
Participant
3 days ago Aug 21, 2026
Marked SolutionPending Review

That was the bit I was missing. Do I need to create this app entry first before it shows up under Background Apps? I don’t see it in the picker right now.

Marked SolutionPending Review
Hexnode Expert
3 days ago Aug 21, 2026
Marked SolutionPending Review
Yes. If the activity is not already available in the Hexnode app inventory, add it manually using its Bundle ID first. After that, it can be selected under Background Apps.

Steps:

  1. Go to Apps > + Add Apps > With Bundle ID.
  2. Enter a display name, such as <span class="citation-54">Settings Wi-Fi Activity</span>.
  3. Enter <span class="citation-53 citation-end-53">com.android.settings.Settings$Wifi</span>SettingsActivity in the Bundle ID field.
  4. Click Add.
  5. Return to the kiosk policy.
  6. Go to Android > Kiosk Management > Multi App Kiosk > Background Apps.
  7. Click + Add, select the newly added app entry, and save the policy.Once the policy is updated on the device, the Wi-Fi settings activity should no longer be blocked in kiosk mode.
Save