1
0
mirror of http://galexander.org/git/simplesshd.git synced 2025-01-01 02:40:52 +00:00

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

require anything from the user, and no notification to the user either!
This commit is contained in:
Greg Alexander 2019-05-26 00:20:38 -04:00
parent ec91693308
commit 611c57bcc9

View File

@ -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">