Add android.permission.REQUEST_INSTALL_PACKAGES, which doesn't seem to

require anything from the user, and no notification to the user either!
sigsegv_dump
Greg Alexander 5 years ago
parent ec91693308
commit 611c57bcc9

@ -7,6 +7,7 @@
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
<application android:label="SimpleSSHD" android:icon="@drawable/icon">
<activity android:name="SimpleSSHD" android:label="SimpleSSHD"
android:launchMode="singleTask">

Loading…
Cancel
Save