Posts by TFreed • 1 point
1 post
-
0
votes2
answers2007
viewsQ: Unique identifier android device
I have the following problem in my application. At first boot I capture androidID using the following method: Settings.Secure.getString(context.getContentResolver(), Settings.Secure.ANDROID_ID) This…