summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSantiago Etchebehere <santie@google.com>2019-11-07 14:25:20 -0800
committerSantiago Etchebehere <santie@google.com>2019-11-07 14:25:20 -0800
commit742b855ef67edea771bc77e6e60ac4180d952bf3 (patch)
tree8dd4d7b1757781b0e976580b902e6545f3561560
parent7a24459a84a71048e95c3baed963d2b77a27dce5 (diff)
downloadThemePicker-742b855ef67edea771bc77e6e60ac4180d952bf3.tar.gz
Disallow split-screen for ThemePicker
Fixes: 141968921 Change-Id: If8e668440eb460abf04bf2747074394651134439
-rwxr-xr-xAndroidManifest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 2564487b..c0b2e8d2 100755
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -23,7 +23,7 @@
<activity
android:name="com.android.customization.picker.CustomizationPickerActivity"
android:label="@string/app_name"
- android:resizeableActivity="true"
+ android:resizeableActivity="false"
android:theme="@style/CustomizationTheme.NoActionBar">
<intent-filter>
<action android:name="android.intent.action.SET_WALLPAPER"/>
@@ -32,7 +32,7 @@
</intent-filter>
</activity>
<activity android:name="com.android.customization.picker.theme.CustomThemeActivity"
- android:resizeableActivity="true"
+ android:resizeableActivity="false"
android:theme="@style/CustomizationTheme.NoActionBar"/>
</application>