mirror of
http://galexander.org/git/simplesshd.git
synced 2024-11-27 01:38:11 +00:00
added the icon to the apk
This commit is contained in:
parent
07f4b631a6
commit
bea29fb886
@ -7,7 +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" />
|
||||
<application android:label="SimpleSSHD">
|
||||
<application android:label="SimpleSSHD" android:icon="@drawable/icon">
|
||||
<activity android:name="SimpleSSHD" android:label="SimpleSSHD">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
1
NOTES
1
NOTES
@ -121,6 +121,5 @@ a target with a "." in it directly.
|
||||
XXX - sftp (?)
|
||||
XXX - rsync
|
||||
|
||||
XXX - draw icon and 1024x512 display image
|
||||
XXX - document (ga.org/software/simplesshd/)
|
||||
XXX - upload
|
||||
|
BIN
res/drawable/icon.png
Normal file
BIN
res/drawable/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.4 KiB |
Loading…
Reference in New Issue
Block a user