CMSDK : Add lockscreen shortcuts and navigation bar ime
Change-Id: If984849a06c7002b35734209a38d422b4f9e4553
This commit is contained in:
@@ -732,6 +732,13 @@ public final class CMSettings {
|
||||
*/
|
||||
public static final String VOLUME_KEYS_CONTROL_RING_STREAM =
|
||||
"volume_keys_control_ring_stream";
|
||||
|
||||
/**
|
||||
* boolean value. toggles using arrow key locations on nav bar
|
||||
* as left and right dpad keys
|
||||
* @hide
|
||||
*/
|
||||
public static final String NAVIGATION_BAR_MENU_ARROW_KEYS = "navigation_bar_menu_arrow_keys";
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -1271,6 +1278,11 @@ public final class CMSettings {
|
||||
*/
|
||||
public static final String APP_PERFORMANCE_PROFILES_ENABLED = "app_perf_profiles_enabled";
|
||||
|
||||
/**
|
||||
* Launch actions for left/right lockscreen targets
|
||||
* @hide
|
||||
*/
|
||||
public static final String LOCKSCREEN_TARGETS = "lockscreen_target_actions";
|
||||
// endregion
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user