rustyredox@lemmy.world to Technology@lemmy.worldEnglish · 17 hours agoGoogle: 'Your $1000 phone needs our permission to install apps now'". Android users are screwed - Louis Rossmannyoutube.comexternal-linkmessage-square328fedilinkarrow-up11.05Karrow-down19file-text
arrow-up11.04Karrow-down1external-linkGoogle: 'Your $1000 phone needs our permission to install apps now'". Android users are screwed - Louis Rossmannyoutube.comrustyredox@lemmy.world to Technology@lemmy.worldEnglish · 17 hours agomessage-square328fedilinkfile-text
minus-squareDr. Moose@lemmy.worldlinkfedilinkEnglisharrow-up12·4 hours agoYou don’t need to sign anything just turn off play protect with 1 adb command: adb shell settings get global package_verifier_user_consent adb shell settings put global package_verifier_user_consent -1 # disable Play Protect
minus-squarewillington@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up13·3 hours agoNot a solution to our problem, but this is a crumb in our favor.
You don’t need to sign anything just turn off play protect with 1 adb command:
adb shell settings get global package_verifier_user_consent adb shell settings put global package_verifier_user_consent -1 # disable Play Protect
Not a solution to our problem, but this is a crumb in our favor.