Add: Launching Prefs from Main

This commit is contained in:
machiav3lli
2022-01-14 01:41:01 +01:00
parent 08badc9327
commit 1798c42d38
2 changed files with 9 additions and 3 deletions

View File

@ -80,6 +80,12 @@
</activity>
<activity
android:name=".ui.activities.PrefsActivityX"
android:exported="true"
android:launchMode="singleTask"
android:windowSoftInputMode="adjustResize" />
<service android:name=".service.SyncService" />
<service