diff --git a/system_ext/private/gmscore_app.te b/system_ext/private/gmscore_app.te deleted file mode 100644 index 4dc1639..0000000 --- a/system_ext/private/gmscore_app.te +++ /dev/null @@ -1,2 +0,0 @@ -# Allow to read setupwizard_feature_prop -get_prop(gmscore_app, setupwizard_feature_prop) diff --git a/system_ext/private/priv_app.te b/system_ext/private/priv_app.te deleted file mode 100644 index 90bc371..0000000 --- a/system_ext/private/priv_app.te +++ /dev/null @@ -1,2 +0,0 @@ -# Allow to read setupwizard_feature_prop -get_prop(priv_app, setupwizard_feature_prop) diff --git a/system_ext/private/property_contexts b/system_ext/private/property_contexts index e7d4b3b..22683bd 100644 --- a/system_ext/private/property_contexts +++ b/system_ext/private/property_contexts @@ -6,6 +6,3 @@ telephony.ril.ntn_demo_mode u:object_r:telephony_ntn_demo_mode_prop:s0 exact b # HDCP setting of the display connected via USB port persist.sys.hdcp_checking u:object_r:usb_control_prop:s0 exact string - -# setupwizard -setupwizard.feature.provisioning_profile_mode u:object_r:setupwizard_feature_prop:s0 diff --git a/system_ext/public/property.te b/system_ext/public/property.te index f1b73f0..e492369 100644 --- a/system_ext/public/property.te +++ b/system_ext/public/property.te @@ -7,6 +7,3 @@ system_restricted_prop(telephony_ntn_demo_mode_prop) userdebug_or_eng(` set_prop(shell, telephony_ril_prop) ') - -# setupwizard -system_public_prop(setupwizard_feature_prop) diff --git a/vendor/vendor_init.te b/vendor/vendor_init.te index 21d3425..7a8ec91 100644 --- a/vendor/vendor_init.te +++ b/vendor/vendor_init.te @@ -8,5 +8,3 @@ userdebug_or_eng(` set_prop(vendor_init, vendor_imssvc_prop) ') -# setupwizard -set_prop(vendor_init, setupwizard_feature_prop)