Allowlisting notification for providing media access to PCSolved

Participant
Discussion
3 days ago

Hi everyone,

I’m facing an issue with an Android device that’s currently set up in Kiosk mode. When I connect it to a Windows PC via USB, the PC is unable to access the media from the Android device. Has anyone encountered this issue before? The device I am using is Google Pixel. I want to allow media transfer without breaking Kiosk mode. Any suggestions, please!

Replies (4)

Marked SolutionPending Review
Participant
1 day ago
Marked SolutionPending Review

Hey @smedt !  I too have encountered with this issue. When connected to a Windows PC, the device would charge but the media files weren’t accessible. It is because MTP (Media Transfer Protocol) was disabled due to the Kiosk restrictions.  I read that, this can be bypassed by allowing certain system packages that are usually blocked by default in Kiosk mode. I haven’t tried it yet and don’t know the exact steps.

Marked SolutionPending Review
Hexnode Expert
1 day ago
Marked SolutionPending Review

Hi everyone! Thanks for reaching out. 

You are right @pauel . MTP does get disabled when the device is in Kiosk mode. However, there are steps you can follow to enable media access on a PC while keeping the device in Kiosk mode.

First, you need to find out the packages that are required to enable media access. These packages may be blocked by default while the device is in kiosk mode.

  1. Go to Manage and select the device. 
  2. Under the Applications subtab, you can view the blocked package details corresponding to each app installed on your device. For Pixel the required package to enable media access is  
    com.android.settings.Settings$UsbDetailsActivity.

Then add the package as an app in the app repository:

  1. Navigate to Apps > +Add Apps > With Bundle ID. 
  2. Provide an app name and select a category. 
  3. Under Bundle ID, provide the blocked package name com.android.settings.Settings$UsbDetailsActivity and Click on Add. 

Add this app as a background app. 

  1. Select your Kiosk policy. 
  2. Choose Kiosk Lockdown > Android Kiosk Lockdown > Background Apps. 
  3. Add the app here and save the policy. 

If you have any further concerns, feel free to reach out to us. 

 

Best Regards, 
Isabel Lora 
Hexnode UEM

Marked SolutionPending Review
Participant
1 day ago
Marked SolutionPending Review

Thank you @isabel_lora . The issue got resolved for Pixel. But when I tried this with a Samsung device, the access is denied.

Marked SolutionPending Review
Hexnode Expert
1 day ago
Marked SolutionPending Review

Thanks for the update, @smedt

Great to hear it worked on the Pixel device. For Samsung devices, access can be a bit more restricted due to additional system-level controls. To enable media access while in Kiosk mode, make sure to allow the following packages: 

com.android.settings.Settings$UsbDetailsActivity

com.samsung.android.mtp.MtpPopupActivity 

These are essential for enabling MTP on Samsung devices. Once these are allowed, you should be able to access media files from the PC without exiting Kiosk mode. 

Please let me know if you need further assistance. 
 

Best Regards, 
Isabel Lora 
Hexnode UEM 

Save