diff options
| -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 |