aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2021-07-02 15:16:18 +0000
committerAlex Ning <chineseperson5@gmail.com>2021-07-02 15:16:18 +0000
commite3578c59dd7cb65c3d78a1bd219d05577472a0b6 (patch)
treea7bb0b3a04035d210fd6f38c80feafc39288b41c /app/src/main/AndroidManifest.xml
parent992cf0dda12f16f19baec2f7ec6197da314a9096 (diff)
downloadinfinity-for-reddit-e3578c59dd7cb65c3d78a1bd219d05577472a0b6.tar
infinity-for-reddit-e3578c59dd7cb65c3d78a1bd219d05577472a0b6.tar.gz
infinity-for-reddit-e3578c59dd7cb65c3d78a1bd219d05577472a0b6.tar.bz2
infinity-for-reddit-e3578c59dd7cb65c3d78a1bd219d05577472a0b6.tar.lz
infinity-for-reddit-e3578c59dd7cb65c3d78a1bd219d05577472a0b6.tar.xz
infinity-for-reddit-e3578c59dd7cb65c3d78a1bd219d05577472a0b6.tar.zst
infinity-for-reddit-e3578c59dd7cb65c3d78a1bd219d05577472a0b6.zip
Save light, dark and amoled Material You themes to database. Add 'Apply Material You' option. Test MotionLayout.
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r--app/src/main/AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 5e6fbdc6..a4275813 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -32,6 +32,8 @@
android:theme="@style/AppTheme"
android:usesCleartextTraffic="true"
tools:replace="android:label">
+ <activity android:name=".activities.MotionTestActivity"
+ android:theme="@style/AppTheme.NoActionBar" />
<activity
android:name=".activities.LockScreenActivity"
android:theme="@style/AppTheme.NoActionBar" />
@@ -430,7 +432,6 @@
android:name=".services.SubmitPostService"
android:enabled="true"
android:exported="false" />
-
<service
android:name=".services.MaterialYouService"
android:exported="false" />