So I am basically making a business to business android application
, and to prevent other people from using my app I decided to use the android secure ID
, which I used this code to get:
String androidId = Settings.Secure.getString(getContentResolver(), Settings.Secure.ANDROID_ID);
I was just wondering if there is any way for the client to get that ID
themselves before download the app
? Can it be found in the settings somewhere or is that not possible?
I tried to read a lot of articles online about this but couldn't find anything useful, thanks!
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…