Fix: Android 15: Fixed the set default launcher.

Signed-off-by: HeCodes2Much <wayne6324@gmail.com>
This commit is contained in:
HeCodes2Much
2024-07-25 19:23:27 +01:00
parent 9b7d6822d2
commit 3fd3dc49d9
5 changed files with 8 additions and 73 deletions

View File

@@ -69,20 +69,6 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity
android:name=".ui.activities.FakeHomeActivity"
android:enabled="false"
android:launchMode="singleTask"
android:windowSoftInputMode="stateHidden"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.HOME" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<receiver
android:name=".listener.DeviceAdmin"