diff options
author | zkwip | 2015-05-19 16:24:30 +0200 |
---|---|---|
committer | zkwip | 2015-05-19 16:24:30 +0200 |
commit | 6fca177dfc3339877945d1815fb52305da82f880 (patch) | |
tree | b02b7afc0731ea60b6f8f2dc4d1f1142f8c9758b /app/src/main/AndroidManifest.xml | |
parent | basic Filter & Keyword classes (diff) |
wip summary
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r-- | app/src/main/AndroidManifest.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 497f27d..58b8540 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,7 +1,9 @@ <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.rssin.rssin" > - + <uses-permission + android:name="android.permission.INTERNET" + /> <application android:allowBackup="true" android:icon="@mipmap/ic_launcher" |