mirror of
https://github.com/He4eT/yamf_launcher.git
synced 2026-05-05 01:47:24 +00:00
Removed app menu closing restriction, made about page image open app info and organized code into smaller packages
This commit is contained in:
parent
fabea8ad76
commit
4cb52fe719
26 changed files with 108 additions and 50 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue