check devices for ro.boot.prjname instead

132863 is 8 5G
133013 is Narzo 30 5G
This commit is contained in:
Bharat Dev Burman 2022-04-28 16:20:20 +05:30 committed by GitHub
parent 5827c11f25
commit 9f6692c492
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,6 @@
android:isStatic="true"
android:priority="261"
android:targetPackage="android"
android:requiredSystemPropertyName="ro.product.odm.device"
android:requiredSystemPropertyValue="RE513CL1" />
android:requiredSystemPropertyName="ro.boot.prjname"
android:requiredSystemPropertyValue="(132863|133013)" />
</manifest>