Add microG Installer

This commit is contained in:
Rahul Patel
2025-11-03 11:28:51 +05:30
parent 29dbc18750
commit 1142ecac80
7 changed files with 210 additions and 3 deletions

View File

@@ -119,6 +119,13 @@
android:exported="false"
android:theme="@style/AppTheme.Translucent" />
<activity
android:name=".data.activity.MicroGInstallerActivity"
android:excludeFromRecents="true"
android:exported="false"
android:launchMode="singleTop"
android:theme="@style/AppTheme.Translucent" />
<!-- DownloadWorker -->
<service
android:name="androidx.work.impl.foreground.SystemForegroundService"