aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2021-06-16 10:26:32 +0000
committerAlex Ning <chineseperson5@gmail.com>2021-06-16 10:26:32 +0000
commit18ecb626056de308bed0eb79a88968b617663005 (patch)
treee29959cff94790a6264fea95b1c2e6b3bd0ecf8f /app/src/main/AndroidManifest.xml
parentdfe2ca80814f14532e8253f807ee1a05c1734607 (diff)
downloadinfinity-for-reddit-18ecb626056de308bed0eb79a88968b617663005.tar
infinity-for-reddit-18ecb626056de308bed0eb79a88968b617663005.tar.gz
infinity-for-reddit-18ecb626056de308bed0eb79a88968b617663005.tar.bz2
infinity-for-reddit-18ecb626056de308bed0eb79a88968b617663005.tar.lz
infinity-for-reddit-18ecb626056de308bed0eb79a88968b617663005.tar.xz
infinity-for-reddit-18ecb626056de308bed0eb79a88968b617663005.tar.zst
infinity-for-reddit-18ecb626056de308bed0eb79a88968b617663005.zip
Listen to wallpaper change and change theme.
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r--app/src/main/AndroidManifest.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 4cde57e7..5e6fbdc6 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -32,7 +32,8 @@
android:theme="@style/AppTheme"
android:usesCleartextTraffic="true"
tools:replace="android:label">
- <activity android:name=".activities.LockScreenActivity"
+ <activity
+ android:name=".activities.LockScreenActivity"
android:theme="@style/AppTheme.NoActionBar" />
<activity
android:name=".activities.AnonymousSubscriptionsActivity"
@@ -429,6 +430,10 @@
android:name=".services.SubmitPostService"
android:enabled="true"
android:exported="false" />
+
+ <service
+ android:name=".services.MaterialYouService"
+ android:exported="false" />
</application>
</manifest> \ No newline at end of file