1
0
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:
Greg Alexander 2014-12-21 15:25:22 -05:00
parent 07f4b631a6
commit bea29fb886
3 changed files with 1 additions and 2 deletions

View File

@ -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
View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB