android_vendor_hardware_ove.../Sharp/S2/AndroidManifest.xml
2018-07-09 13:50:02 +02:00

11 lines
427 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.sharp.s2"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.product.board"
android:requiredSystemPropertyValue="SAT"
android:priority="18"
android:isStatic="true" />
</manifest>