User Profile
Snowball
Level 2.0: Eclair
Joined 2 years ago
User Widgets
Contributions
API Usage Questions
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?1.3KViews0likes1CommentCan 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 Server -> My Server. 2. In the ADP introduction, it says that: 3. In the Android Management API doc, it says that: My questions are as follows: Q1. Is there any way to make data directly back to my server(data flow: ADP -> my server)? Btw, it seems that existing EMM partners can achieve this by creating their own Device Policy Controller(DPC). Android Enterprise is no longer accepting new registrations for custom device policy controllers (DPC) using the Google Play EMM API. All new EMM solutions should now use Android Management API, which comes with its own DPC provided by Google. Q2. If Q1's answer is yes, how can I achieve this? If I develop my own app, is there any way for my app to get device data from ADP? Any help would be appreciated.2KViews0likes3CommentsRe: EMM Validation Questions
The reply is as following: Dear CM P, We would like to let you know that your application to join the EMM Community has been declined. On reviewing the information that you have submitted in your application, your organization does not meet the requirements to enter the community. Best regards, Android Enterprise community team2.6KViews0likes0CommentsEMM Validation Questions
Hi Community, We're applying for EMM Community and we've got some questions. https://developers.google.com/android/work/release-solution 1. Do we have to prepare an EMM solution demo for EMM Community? Are there any feature requirements we have to fulfill? Do we have to provide our web console? Or the Google Quickstart tryout is enough? https://developers.google.com/android/management/join?hl=en 2. Besides our EMM demo, what else do we need for the application? 3. After joining the community, what if EMM partner fail to finish all the work in 180 days? https://developers.google.com/android/work/release-solution Any help would be appreciated.2.7KViews0likes5CommentsRe: How to register to be a Google Partner?
Thanks. We've tried some APIs based on the Quickstart demo. And we got stuck at step 3 in the following instructions. To join the community: Try out the Android Management API. Copy the Google Cloud Project ID you use. Complete the registration as a new user in the Android Enterprise Partner portal. Login to the Partner portal and click Apply for communities to submit your application to join the Android Enterprise EMM Provider community. Paste your Google Cloud Project ID where prompted. We still have some questions. 1. For step 3, is the quickstart demo enough? Or we have to build a complete EMM solution? 2. If Q1 I need to build a complete solution, some API usages are unspecific in the public Android Management API docs... (And I notice that the community offers documentation and guidance) 3. The primary contact of our company has already completed the company application. However, it got disapproved without details. We wonder what we can do to get the approval. Are there any Google Partner requirements?5.9KViews0likes0CommentsHow to register to be a Google Partner?
Dear Community Members, We are considering registering to be a Google Partner. After submitting our application, we were declined without specific reasons. Are there any instructions on Google Partner requirements that we could follow? Any help would be appreciated.7.2KViews1like16Comments