2

When you turn on Android Device Manager in Google Settings, it is possible to locate your phone by going to http://www.google.com/android/devicemanager

I have a very small cellular data allowance on the phone, and I want to ensure that only the android device manager service is using cellular data.

I downloaded the NetGuard app, that allows me to control what can use cellular data at a very detailed level, however, I can't work out which service I need to enable for cellular data to make android device manager operational.

Alan
  • 121
  • 1

1 Answers1

2

The Android Device manager is by default allowed:

<wifi
    blocked="false"
    package="com.google.android.apps.adm" />
<other
    blocked="false"
    package="com.google.android.apps.adm"
    roaming="false" />

https://github.com/M66B/NetGuard/blob/master/app/src/main/res/xml/predefined.xml#L19

M66B
  • 356
  • 1
  • 4