Comment on Google: 'Your $1000 phone needs our permission to install apps now'". Android users are screwed - Louis Rossmann
yes. you will get a developer key from Google, and then you will sign your APK with your key.
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.
I know why you included both, but saying “1 adb command” and then posting two is funny to me.
One gets the current value to verify it and another actually sets a new value. It’s the way these commands are usually shared.
Does this work with any app or just second party ones? Can you re-enable it?
Yes it modifies the phone not the app and you can re-enable it anytime with 1 instead of -1
drmoose@lemmy.world 3 days ago
You don’t need to sign anything just turn off play protect with 1 adb command:
willington@lemmy.dbzer0.com 3 days ago
Not a solution to our problem, but this is a crumb in our favor.
essteeyou@lemmy.world 2 days ago
I know why you included both, but saying “1 adb command” and then posting two is funny to me.
drmoose@lemmy.world 2 days ago
One gets the current value to verify it and another actually sets a new value. It’s the way these commands are usually shared.
SuperSpruce@lemmy.zip 2 days ago
Does this work with any app or just second party ones? Can you re-enable it?
drmoose@lemmy.world 2 days ago
Yes it modifies the phone not the app and you can re-enable it anytime with 1 instead of -1