vendor_hardware_overlay/Razer/cheryl/AndroidManifest.xml
Sergio Castell Martínez 2c5709b430 Razer Cheryl Overlays
2019-02-05 00:32:01 +01:00

11 lines
446 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.razer.cheryl"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="+razer/cheryl/cheryl*"
android:priority="91"
android:isStatic="true" />
</manifest>