feat: app selector screen

This commit is contained in:
CnC-Robert
2023-05-06 12:42:30 +02:00
committed by oSumAtrIX
parent e5029c7d2c
commit 7103bd2ec1
17 changed files with 575 additions and 113 deletions

View File

@@ -38,7 +38,7 @@
</intent-filter>
</activity>
<service android:name=".installer.service.InstallService" />
<service android:name=".installer.service.UninstallService" />
<service android:name=".service.InstallService" />
<service android:name=".service.UninstallService" />
</application>
</manifest>