Removed app menu closing restriction, made about page image open app info and organized code into smaller packages

This commit is contained in:
ottoptj 2024-08-12 10:31:34 +03:00
commit 4cb52fe719
26 changed files with 108 additions and 50 deletions

View file

@ -25,7 +25,7 @@
android:theme="@style/Theme.YamLauncher"
tools:targetApi="34">
<activity
android:name=".SettingsActivity"
android:name=".settings.SettingsActivity"
android:theme="@style/SettingsTheme"
android:exported="false" />
<activity
@ -46,7 +46,7 @@
</intent-filter>
</activity>
<service
android:name=".ScreenLockService"
android:name=".tasks.ScreenLockService"
android:exported="false"
android:permission="android.permission.BIND_ACCESSIBILITY_SERVICE">
<intent-filter>