Skip to content

Commit

Permalink
add key for home button
Browse files Browse the repository at this point in the history
this change may required update api
just fix it by make update-api
  • Loading branch information
Huawei-Dev committed Mar 10, 2018
1 parent 27e1070 commit ab2c3fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/java/android/provider/Settings.java
Expand Up @@ -8551,6 +8551,8 @@ public static boolean putFloatForUser(ContentResolver cr, String name, float val
*/
public static final String HARDWARE_KEYS_DISABLE = "hardware_keys_disable";

public static final String HARDWARE_KEYS_FPS_DISABLE = "hardware_keys_fps_disable";

/**
* The current night mode that has been selected by the user. Owned
* and controlled by UiModeManagerService. Constants are as per
Expand Down

0 comments on commit ab2c3fd

Please sign in to comment.