Skip to content

Commit e7bce03

Browse files
committed
Merge pull request android-async-http#354 from xAnubiSx/patch-1
fix internet permission on sample
2 parents 183b9d8 + 3a776a6 commit e7bce03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
android:versionCode="1"
55
android:versionName="1.0">
66

7-
<permission android:name="android.permission.INTERNET" />
7+
<uses-permission android:name="android.permission.INTERNET"/>
88

99
<uses-sdk
1010
android:minSdkVersion="3"

0 commit comments

Comments
 (0)