mirror of
http://galexander.org/git/simplesshd.git
synced 2025-01-01 02:40:52 +00:00
bump to version 22
This commit is contained in:
parent
823591055a
commit
ad119a4da0
2
NOTES
2
NOTES
@ -970,8 +970,6 @@ And a few people have written back to say the atexit bypass worked for
|
|||||||
their SIGSEGV - pfew!
|
their SIGSEGV - pfew!
|
||||||
|
|
||||||
|
|
||||||
XXX - add org.galexander.sshd.START / STOP broadcast targets to start and stop the service (try with Tasker)
|
|
||||||
|
|
||||||
|
|
||||||
--- new release
|
--- new release
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="org.galexander.sshd"
|
package="org.galexander.sshd"
|
||||||
android:versionCode="21"
|
android:versionCode="22"
|
||||||
android:versionName="21">
|
android:versionName="22">
|
||||||
<uses-permission android:name="android.permission.INTERNET" />
|
<uses-permission android:name="android.permission.INTERNET" />
|
||||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
||||||
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
|
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
|
||||||
|
Loading…
Reference in New Issue
Block a user