rw-systems.sh now sets a system-side property automatically for this device, use it for autodetection

This commit is contained in:
Pierre-Hugues Husson 2020-02-22 14:43:46 +01:00
parent ae379a4dbd
commit 4fbce94d3d

View file

@ -4,6 +4,6 @@
android:isStatic="true"
android:priority="108"
android:targetPackage="android"
android:requiredSystemPropertyName="ro.vendor.build.overlay.deviceid"
android:requiredSystemPropertyName="ro.build.overlay.deviceid"
android:requiredSystemPropertyValue="+RMX1931*" />
</manifest>