android_vendor_hardware_ove.../Misc/SPenPointer/AndroidManifest.xml
Andy CrossGate Yan 20c16c04f6 Add SPenPointerOverlay
Toggle this overlay with property "persist.sys.overlay.spen_pointer"
2023-05-15 11:43:34 +01:00

11 lines
467 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.misc.spen_pointer"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="persist.sys.overlay.spen_pointer"
android:requiredSystemPropertyValue="true"
android:priority="8004"
android:isStatic="true" />
</manifest>