Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if (chkPref == mDisableFullscreenKeyboard.findPreference("disable_fullscreen_keyboard")) {
- System.putInt(getContentResolver(), Settings.System.DISABLE_FULLSCREEN_KEYBOARD,
- chkPref.isChecked() ? 1 : 0);
- return true;
- }
Advertisement
Add Comment
Please, Sign In to add comment