RealityNet / android_triage

Bash script to extract data from an Android device
219 stars 45 forks source link

ADB backup - check for Android 12.0 Snow Cone #4

Open upintheairsheep opened 2 years ago

upintheairsheep commented 2 years ago

Android 12.0 “Snow Cone” disables backups on apps on Snow Cone’s API level. You should put a warning for that.

mattiaepi commented 2 years ago

Thanks for noticing, but this is outside the scope of the project. There are so many differences in how ADB Backup is managed in different Android versions, and probably it will be removed in future versions.