diff -r dfd5cad0b9fc -r ea76b2532bcd android.rst --- a/android.rst Fri Oct 28 21:37:33 2016 +0300 +++ b/android.rst Sat Oct 29 13:32:16 2016 +0300 @@ -229,6 +229,13 @@ ... android# mount -o remount,rw /system +Working with apk files +====================== + +Getting package name, version, API requirements and permissions:: + + $ aapt dump badging $FILE.apk + Controlling Android from PC. ============================