Listen to wallpaper change and change theme.

This commit is contained in:
Alex Ning
2021-06-16 18:26:32 +08:00
parent dfe2ca8081
commit 18ecb62605
7 changed files with 187 additions and 85 deletions

View File

@@ -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>