add new preload variant

This commit is contained in:
Rahul Patel
2025-05-24 14:42:45 +05:30
parent 196749333f
commit ce119461f1
6 changed files with 190 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission android:name="android.permission.INSTALL_PACKAGES" />
<uses-permission android:name="android.permission.DELETE_PACKAGES" />
</manifest>