DEVICE_PROVISIONED was moved to global settings.
The settings code actually does the right thing but produces a warning in the logcat. This gets rid of the warning. Test: Boot NFC enabled device and observe this message in logcat: W/Settings( 1420): Setting device_provisioned has moved from android.provider.Settings.Secure to android.provider.Settings.Global. 1420 is the PID of com.android.nfc Then apply the fix and observe that message no longer appears in logcat. Change-Id: Ib1922edb80608836e68d68bf4d23fb0604ae19dd
Loading
Please sign in to comment