privacy-tech-lab / gpc-android

Code and dynamic analysis scripts for GPC on Android
https://privacytechlab.org/
MIT License
4 stars 1 forks source link

Issue 68-2 #81

Closed n-aggarwal closed 11 months ago

n-aggarwal commented 11 months ago

I have updated the scripts as follows:

  1. function to install apks, and split apps.
  2. function to reinstall apps and grant all runtime permissions
  3. update timeout to 10 mins
  4. update sleep time to 30s
n-aggarwal commented 11 months ago

I also added a file that takes the csv files that @wesley-tan provides and converts them into txt files with one package name per line. I then use the txt files with the list of packages for my multi-app-automation-script script file.

kasnder commented 11 months ago

Looks good to me. Thanks for your hard work!