diff options
| author | 2018-01-17 02:19:51 +0000 | |
|---|---|---|
| committer | 2018-01-17 02:19:51 +0000 | |
| commit | 304b339c77caed8fec43288316a32d664cb8349b (patch) | |
| tree | 9a1ec44ac0a74beaf16a12b468cf6328c5ff699a | |
| parent | ade5ffcf1cb03839118f0bff3b42943c5a4a05d0 (diff) | |
| parent | 02856ba81bc0f2cb1beda0e0858e8393ed3fded7 (diff) | |
Merge "Make rotate locked suggestions on by default"
| -rw-r--r-- | core/java/android/provider/Settings.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java index 850aedd517a9..6d91f59b2727 100644 --- a/core/java/android/provider/Settings.java +++ b/core/java/android/provider/Settings.java @@ -6830,7 +6830,7 @@ public final class Settings { * @hide */ public static final int SHOW_ROTATION_SUGGESTIONS_DEFAULT = - SHOW_ROTATION_SUGGESTIONS_DISABLED; + SHOW_ROTATION_SUGGESTIONS_ENABLED; /** * Read only list of the service components that the current user has explicitly allowed to |