Last active
July 11, 2024 20:42
-
-
Save programminghoch10/afc363bd873ce5be814ffd044716d609 to your computer and use it in GitHub Desktop.
Anonymous Snapchat screenshots on LineageOS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
appops set com.snapchat.android READ_EXTERNAL_STORAGE deny | |
appops set com.snapchat.android WRITE_EXTERNAL_STORAGE deny | |
appops set com.snapchat.android READ_MEDIA_AUDIO ignore | |
appops set com.snapchat.android WRITE_MEDIA_AUDIO ignore | |
appops set com.snapchat.android READ_MEDIA_VIDEO ignore | |
appops set com.snapchat.android WRITE_MEDIA_VIDEO ignore | |
appops set com.snapchat.android READ_MEDIA_IMAGES ignore | |
appops set com.snapchat.android WRITE_MEDIA_IMAGES ignore | |
appops set com.snapchat.android LEGACY_STORAGE ignore |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Worked fine til Android 12. With the Android 13 update this isnt working anymore. Tested with rooted (OP 8T w/ Pixel Experience plus) and non-rooted Phones (Samsung Galaxy S22 Stock ROM).