theappbusiness / android-proxy-toggle

Small application to help android developers to quickly enable and disable proxy settings
MIT License
425 stars 59 forks source link

Add permission helper script #11

Closed fmontesino closed 4 years ago

fmontesino commented 4 years ago

Why?

We need to grant special permissions to make the app work properly. The only way of doing this is via an adb command.

What?

Add a small script for performing install and permission grant in one go

codecov-commenter commented 4 years ago

Codecov Report

Merging #11 into main will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##               main      #11   +/-   ##
=========================================
  Coverage     42.33%   42.33%           
  Complexity       35       35           
=========================================
  Files            16       16           
  Lines           163      163           
  Branches         14       14           
=========================================
  Hits             69       69           
  Misses           93       93           
  Partials          1        1