With approximately this code, I was able to establish an SHS connection with my phone.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4204 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2023-03-08 02:49:41 +00:00
parent 61ff466908
commit 9127a18ff0
5 changed files with 9 additions and 2 deletions

View File

@ -4,6 +4,7 @@
versionCode="1"
versionName="0.0.4">
<uses-sdk android:minSdkVersion="16"/>
<uses-permission android:name="android.permission.INTERNET"/>
<application android:label="Tilde Friends">
<activity android:name=".MainActivity">
<intent-filter>