Permission
Here are the permissions required for using Fabricated RRO
android.permission.CHANGE_OVERLAY_PACKAGES<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.fabricatedrroapp">
<uses-permission android:name="android.permission.CHANGE_OVERLAY_PACKAGES" />
<!-- ... rest of your manifest ... -->
</manifest>Last updated