vendor_hardware_overlay/bq/jeice/AndroidManifest.xml
Nils Rokita fdc581f86e Add bq Aquaris C (jeice) overlay (#90)
* Add bq Aquaris C (jeice) overlay

* bq/jeice: fix test errors
2019-03-31 19:10:52 +02:00

12 lines
451 B
XML

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