Hey Guys,
i need Help to write a Script for disabling Google Play Protect.
I have get following URI String by using the Script "watchsettings on"
Custom log (URI:content://settings/global SETTING:package_verifier_user_consent VALUE:-1)
How can i write a Script for Honeywell now to distribute it via Profile on alle Honeywell Devices?
I tried follow Scripts:
Script was sent to device (sendintent URI:content://settings/global SETTING:package_verifier_user_consent VALUE:-1)
Script was sent to device (sendintent -a "Intent://settings/global SETTING:package_verifier_user_consent VALUE:-1")
Script was sent to device (sendintent -a "intent:content://settings/global SETTING:package_verifier_user_consent VALUE:-1")
Script was sent to device (sendintent - b "content://settings/global SETTING:package_verifier_user_consent VALUE:-1")
On alle these Scripts Nothing happend, the Google Play protrect was still enabled.
Can anyone Help ?
