API Usage Questions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2024 06:25 PM
After going through the public docs, we have some questions about several features:
APN Setting:
How can I modify APN setting using Android Management API? The network configs only contain Wi-Fi and EAP settings.
Disable Doze:
How can I disable doze mode? There's only a doze state in display state enum.
Doze Mode:
In Doze mode, the system goes through the following two phases:
Doze light hibernation: in this phase, the system prevents applications from accessing the network and delays their synchronization tasks and timers. Alarms and high-priority notifications can still get through.
Doze Deep Hibernation: If the device remains unmoved after the light hibernation phase, the system enters deep hibernation. During this phase, the system shuts down all network access and only whitelisted applications and specific system processes can run.
Scheduled Task:
Is there any way to run system-level scheduled task? When apps crashed, the tasks is still alive and can be triggered on time.
ADB Usage:
How can I run adb commands in my own app? Is there any config in Android Management API that can give adb access to my app?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2024 01:35 AM
APN Settings is currently not available when using AMAPI, you might be able to set those using the OEM Config app for your device brand like Samsung or Zebra.
Anything that's not documented in the Android Management API is not available, except if the device manufacturer has implemented those settings in their OEM Config app
You can add Schedule Task to your app like any other android app
- What are the best practices for managing background tasks in Android apps to optimize battery life? in General discussions
- Confusion on Android Enterprise / Intune in General discussions
- Is Zabbix a Good Option for Monitoring Android Devices in General discussions
- [Community survey] Android Enterprise training / certification in General discussions
- Device Check-in and Status Report Frequency in Android Enterprise in General discussions