From 9f6692c49229f0e8effcc6a8ebcc099cce88922b Mon Sep 17 00:00:00 2001 From: Bharat Dev Burman Date: Thu, 28 Apr 2022 16:20:20 +0530 Subject: [PATCH] check devices for ro.boot.prjname instead 132863 is 8 5G 133013 is Narzo 30 5G --- Realme/RE513CL1/AndroidManifest.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Realme/RE513CL1/AndroidManifest.xml b/Realme/RE513CL1/AndroidManifest.xml index cd62081..214316c 100644 --- a/Realme/RE513CL1/AndroidManifest.xml +++ b/Realme/RE513CL1/AndroidManifest.xml @@ -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)" />