Adding permission to allow android application access internet (needed to access remote services)
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@780952 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0634059ea8
commit
3fe2c202ed
1 changed files with 1 additions and 0 deletions
|
@ -12,5 +12,6 @@
|
|||
</intent-filter>
|
||||
</activity>
|
||||
</application>
|
||||
<uses-permission android:name="android.permission.INTERNET"></uses-permission>
|
||||
<uses-sdk android:minSdkVersion="3" />
|
||||
</manifest>
|
Loading…
Reference in a new issue