Stack Overflow archive
11 score

How to get Advertising Id using adb?

score
11
question views
10.5K
license
CC BY-SA 4.0

Is there an equivalent command for retrieving Advertising Id?

There is no equivalent command but it is possible if you use grep. The following command works on rooted devices

bash
adb shell grep adid_key /data/data/com.google.android.gms/shared_prefs/adid_settings.xml

Originally posted on Stack Overflow. Public user contributions are licensed under Creative Commons Attribution-ShareAlike.