我正在尝试将设备ID记录到Logcat,但Android Studio给了我这个警告。
使用getstring获取设备标识符并不推荐。
String deviceID = Settings.Secure.getString(getApplicationContext().getContentResolver(), Settings.Secure.ANDROID_ID);
为什么不推荐使用这种方式?
用户名或电子邮箱地址
密码