summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorChihhang Chuang <chihhangchuang@google.com>2021-06-17 22:40:26 +0800
committerChihhang Chuang <chihhangchuang@google.com>2021-06-17 23:42:28 +0800
commitd2ece574d224dc84c0fd4643af1f258df2121228 (patch)
tree08400bd7cd39a231d7fb36a3ef327e7123ff3ee5 /AndroidManifest.xml
parente4ba3f4893c77b3318b977a682f7bfb2d33ffa11 (diff)
downloadThemePicker-d2ece574d224dc84c0fd4643af1f258df2121228.tar.gz
Fix ThemePicker build and exclude unused features
- Exclude Theme and Clock from builds since they are unused, should add them back when the features are needed. Screenshot: https://screenshot.googleplex.com/AeLSMUFq5EdndWr.png Bug: 190354625 Test: m ThemePicker Change-Id: I0219fa5b27354fc7afdcb5526e1b8e8e3d29b755
Diffstat (limited to 'AndroidManifest.xml')
-rwxr-xr-xAndroidManifest.xml5
1 files changed, 1 insertions, 4 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 4f624296..bae1cb37 100755
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -48,6 +48,7 @@
android:name="com.android.customization.picker.CustomizationPickerApplication"
android:theme="@style/CustomizationTheme">
<activity
+ tools:node="replace"
android:name="com.android.wallpaper.picker.CustomizationPickerActivity"
android:label="@string/app_name"
android:resizeableActivity="false"
@@ -65,10 +66,6 @@
</intent-filter>
</activity-alias>
- <activity android:name="com.android.customization.picker.theme.CustomThemeActivity"
- android:resizeableActivity="false"
- android:theme="@style/CustomizationTheme.NoActionBar"/>
-
<activity android:name="com.android.customization.picker.ViewOnlyFullPreviewActivity"
android:resizeableActivity="false"
android:theme="@style/CustomizationTheme.NoActionBar"/>