how can i retrieve some data(for eg.Android ID) in android app on the moment user installs the app.In other words,i want to save Adnroid_ID even when user haven't even opened the app. Thanks in advance. P.S. I already have the code for retrieving Android_ID(No need for that)
Asked
Active
Viewed 37 times
-1
-
what do you want from getting to Android_Id at installation time – Bhunnu Baba Mar 17 '16 at 10:04
1 Answers
1
Check out this answer which answers a similar query How to start a Service when .apk is Installed for the first time
In short, it is not possible to do anything till the app is started.