Apply application preferences.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-12-31 11:54:20 +01:00
parent 3b7b71ce77
commit e01df3a5c7
11 changed files with 124 additions and 161 deletions

View File

@@ -11,6 +11,11 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme">
<service
android:name=".SettingsService"
android:enabled="true"
android:exported="true"></service>
<activity
android:name=".SettingsActivity"
android:exported="false"