Update: 2026-05-16 20:46:55

This commit is contained in:
Hamza-Ayed
2026-05-16 20:46:55 +03:00
parent 3622328363
commit 272eb768a0
270 changed files with 10960 additions and 35738 deletions

View File

@@ -38,14 +38,15 @@
</intent-filter>
</activity>
<receiver
android:name="com.jordanbot.installer.InstallReceiver"
android:exported="true" >
<intent-filter>
<action android:name="com.jordanbot.installer.ACTION_INSTALL_COMPLETE" />
</intent-filter>
</receiver>
<provider
android:name="androidx.core.content.FileProvider"
android:authorities="com.jordanbot.installer.fileprovider"
android:exported="false"
android:grantUriPermissions="true" >
<meta-data
android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@xml/file_paths" />
</provider>
<provider
android:name="androidx.startup.InitializationProvider"
android:authorities="com.jordanbot.installer.androidx-startup"