All Questions
4 questions
0
votes
0
answers
428
views
How to can I make the app not read device id?
How can I make my android app not see my phone device id, IMEI, and other information. How can I hide it from the app? Without rooting the phone
0
votes
1
answer
173
views
Modify an Android app to only work for a specific device
is there an easy way (other than doing code stuff), an android app that could modify an android app to only work for a specific device? I've been working on modding a specific app that took me a long ...
-1
votes
2
answers
241
views
How to identify android device uniquely as some way is depreciated recently
How can I identify a device uniquely?
I have gone through some links and ans here but confused as most of the answer were written a long time ago and depreciated. what is the best way currently ...
0
votes
2
answers
295
views
Error with check IMEI address and String
I try to comparing the IMEI code and a string
public static String getDeviceIMEI(Context context) {
if (ActivityCompat.checkSelfPermission(context, Manifest.permission.READ_PHONE_STATE) != ...