Merge "Settings: make SHOW_IME_WITH_HARD_KEYBOARD TestApi" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
7883b53e28
@@ -3323,6 +3323,7 @@ package android.provider {
|
||||
field public static final String NFC_PAYMENT_DEFAULT_COMPONENT = "nfc_payment_default_component";
|
||||
field public static final String NOTIFICATION_BADGING = "notification_badging";
|
||||
field public static final String POWER_MENU_LOCKED_SHOW_CONTENT = "power_menu_locked_show_content";
|
||||
field public static final String SHOW_IME_WITH_HARD_KEYBOARD = "show_ime_with_hard_keyboard";
|
||||
field @RequiresPermission(android.Manifest.permission.WRITE_SECURE_SETTINGS) public static final String SYNC_PARENT_SOUNDS = "sync_parent_sounds";
|
||||
field public static final String USER_SETUP_COMPLETE = "user_setup_complete";
|
||||
field public static final String VOICE_INTERACTION_SERVICE = "voice_interaction_service";
|
||||
|
||||
@@ -24,6 +24,7 @@ import android.annotation.Nullable;
|
||||
import android.annotation.RequiresPermission;
|
||||
import android.annotation.SdkConstant;
|
||||
import android.annotation.SdkConstant.SdkConstantType;
|
||||
import android.annotation.SuppressLint;
|
||||
import android.annotation.SystemApi;
|
||||
import android.annotation.TestApi;
|
||||
import android.annotation.UserIdInt;
|
||||
@@ -6238,6 +6239,8 @@ public final class Settings {
|
||||
* determines if the IME should be shown when a hard keyboard is attached.
|
||||
* @hide
|
||||
*/
|
||||
@TestApi
|
||||
@SuppressLint("NoSettingsProvider")
|
||||
public static final String SHOW_IME_WITH_HARD_KEYBOARD = "show_ime_with_hard_keyboard";
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user