Loading java/src/com/android/inputmethod/latin/LatinIME.java +2 −2 Original line number Diff line number Diff line Loading @@ -885,8 +885,8 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen private boolean isSetupWizardFinished() { ContentResolver contentResolver = mDisplayContext.getContentResolver(); boolean isDeviceProvisioned = Settings.Global.getInt(contentResolver, Settings.Global.DEVICE_PROVISIONED, 0) == 1; boolean isDeviceProvisioned = android.provider.Settings.Global.getInt(contentResolver, android.provider.Settings.Global.DEVICE_PROVISIONED, 0) == 1; return isDeviceProvisioned; } Loading Loading
java/src/com/android/inputmethod/latin/LatinIME.java +2 −2 Original line number Diff line number Diff line Loading @@ -885,8 +885,8 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen private boolean isSetupWizardFinished() { ContentResolver contentResolver = mDisplayContext.getContentResolver(); boolean isDeviceProvisioned = Settings.Global.getInt(contentResolver, Settings.Global.DEVICE_PROVISIONED, 0) == 1; boolean isDeviceProvisioned = android.provider.Settings.Global.getInt(contentResolver, android.provider.Settings.Global.DEVICE_PROVISIONED, 0) == 1; return isDeviceProvisioned; } Loading