aboutsummaryrefslogtreecommitdiffstats
path: root/AndroidAsync/AndroidManifest.xml
diff options
context:
space:
mode:
authorKoushik Dutta <koushd@gmail.com>2012-09-05 14:53:43 -0700
committerKoushik Dutta <koushd@gmail.com>2012-09-05 14:53:43 -0700
commitde397458d1394cf8e1206d4f9302f1d69f3ce1a7 (patch)
tree39eff86b3d94ab627f01c8afe185fa1b9a05aa4e /AndroidAsync/AndroidManifest.xml
parent9e77822e74489df68bfcd85b6f2cbea70b74f61b (diff)
downloadAndroidAsync-de397458d1394cf8e1206d4f9302f1d69f3ce1a7.tar.gz
AndroidAsync-de397458d1394cf8e1206d4f9302f1d69f3ce1a7.tar.bz2
AndroidAsync-de397458d1394cf8e1206d4f9302f1d69f3ce1a7.zip
selector shutdown. lot of nasty race conditions around this that need to be fixed. access to the selector needs to be locked at all times. and maybe remove the stop/start methods?
Diffstat (limited to 'AndroidAsync/AndroidManifest.xml')
-rw-r--r--AndroidAsync/AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidAsync/AndroidManifest.xml b/AndroidAsync/AndroidManifest.xml
index d89e9aa..9443c98 100644
--- a/AndroidAsync/AndroidManifest.xml
+++ b/AndroidAsync/AndroidManifest.xml
@@ -7,6 +7,7 @@
android:minSdkVersion="8"
android:targetSdkVersion="15" />
<uses-permission android:name="android.permission.INTERNET"/>
+ <uses-permission android:name="android.permission.READ_LOGS"/>
<application
android:icon="@drawable/ic_launcher"