Forum Discussion
Snowball
2 years agoLevel 2.0: Eclair
Can I retrieve data from Android Device Policy(ADP?
Hi Community, Can I retrieve data directly from Android Device Policy(ADP)? Here is what I found: 1. I can receive device events from pub/sub notifications. The data flow is ADP -> Google Ser...
jeremy
2 years agoLevel 3.0: Honeycomb
Hello,
It depends what you are trying to achieve here,
You can create your own agent, install it on the devices to add features on top of the Google Android Management API, what infos are you looking to retrieve?
- Snowball2 years agoLevel 2.0: Eclair
Something like system logs, my agent may not have the access. Is there any way to achieve that?
- jeremy2 years agoLevel 3.0: Honeycomb
Some logs can be retrieved using the Android Management API.
Also using an app like this one might work https://github.com/darshanparajuli/LogcatReader as you can grant permissions to the app, so you could take inspiration from this app.