Customize Android Browser Access with Managed Configuration APIs

Ankit Gupta
|
Try Esper for Free
Learn about Esper mobile device management software for Android and iOS

Safe Search Makes Sense for Student Tablets. Here’s How to Implement it.

Many Android device use cases don’t require browser access. Internet access can be detrimental on Android tablet kiosks or mobile point-of-sale (mPoS) systems. But, a growing number of use cases require limited web access. Customers from the education sector have asked about blocklisting specific URLs for safe student browser experiences.

Students often need data connectivity and browser access to complete homework assignments. But, full internet access doesn’t always make sense. Schools often want to make sure students can access homework-related websites and protect students from inappropriate web content.

Using Chrome Managed Configuration APIs to Create a Custom Browser Experience

Luckily, it’s possible to create a customized, safe chrome browser experience for students and other end user groups. With the help of managed configuration APIs, I devised a way to use Chrome managed configurations to:

  1. Place specific URLs on an allowlist
  2. Place specific URLs on a blocklist
  3. Disable browser incognito mode on Android
  4. Enable forced Safe Search on a device

    Note: Google has renamed the URLBlacklist and URLWhitelist configurations on Chrome version 86 and above as URLBlocklist and URLAllowlist.

Chrome Managed Configuration APIs have the potential to fit many different use cases, but the four steps I listed out above are sufficient for limited browser access in education.  

By creating an allow / blocklist, disabling incognito mode, and forcing safe search, educators can help drive safe, productive tablet learning experiences on Android student tablets. Chrome Managed Configuration APIs can allow anyone to prevent students, employees, or customers from accessing inappropriate content with the browser.

Here’s the command args used to customize browser access with Managed Configuration APIs for Chrome.

command_args = CommandArgs( custom_settings_config={ "managedAppConfigurations": { "com.android.chrome": { "URLBlocklist": ["https://www.omegle.com/","facebook.com","instagram.com"], # not allow these websites to work "URLAllowlist": ["*"], # rest all allowed to open "IncognitoModeAvailability": "1", # disable incognito mode "ForceGoogleSafeSearch" : "true", # enable safe search to work "HomepageLocation": "https://esper.io" # set chrome home page } } } )

It’s possible to apply the same approach to other Android apps from Google Play Store if they offer managed configuration parameters. For example, restrict access to use of specific accounts on the apps like Outlook, Gmail etc.

This sample code can be run by Esper customers whenever needed to manage application configurations for 1+ Android devices or 1+ device groups.

Safe browser mode matters, especially when it comes to creating safe, productive student tablet experiences. Creating customized managed configurations for Chrome and other common apps can drive productive end user experiences on Android.

Stay tuned for more Android EdTech content on the Esper blog in the days to come!

FAQ

No items found.
No items found.

Keep Exploring

No items found.
Ankit Gupta
Ankit Gupta

Ankit holds the esteemed position of Senior Director of Engineering/Support at Esper, where he leads the global support initiatives with unwavering dedication. His role involves seamless collaboration with Engineering and Product teams to ensure the delivery of top-notch products that exceed customer expectations. As a founding member of Esper, Ankit played a pivotal role in developing the Esper agent for Android and laying the foundation for our  Foundation OS. With a wealth of experience, he has previously overseen all customer-facing teams, including pre-sales, post-sales, and customer success, ensuring unparalleled satisfaction at every touchpoint.

Ankit Gupta
Learn about Esper mobile device management software for Android and iOS
Featured resource
Read more
Featured resource

Esper is Modern Device Management

For tablets, smartphones, kiosks, point of sale, IoT, and other business-critical edge devices.
MDM Software
Kiosk mode icon as a feature in mobile device management software

Kiosk mode

Hardened device lockdown for all devices (not just kiosks)
App management icon as a feature in mobile device management software

App management

Google Play, Apple App Store, private apps, or a mix of all three
Devices groups icon as a feature in mobile device management software

Device groups

Manage devices individually, in user-defined groups, or all at once
Remote tools icon as a feature in mobile device management software

Remote tools

Monitor, troubleshoot, and update devices without leaving your desk
Touchless provisioning as a feature in mobile device management software

Touchless provisioning

Turn it on and walk away — let your devices provision themselves
Reporting and alerts as a feature in mobile device management software

Reporting and alerts

Custom reports and granular device alerts for managing by exception