diff options
author | Parménides GV <parmegv@sdf.org> | 2013-01-31 22:12:21 +0100 |
---|---|---|
committer | Parménides GV <parmegv@sdf.org> | 2013-01-31 22:12:21 +0100 |
commit | 92c32b0b96938009af55ed28920472f22a4614ee (patch) | |
tree | 8b714947e35330ba92d618849e60b8ce5bccc6db /AndroidManifest.xml | |
parent | d21e8390e90437f0d053374f8e304ca3f592beb9 (diff) |
Problems with downloaded file, the emulator cannot find the file
downloaded.
Seen http://code.google.com/p/android/issues/detail?id=18462 and decided
to look for another solution.
First solution thought (and going to be the next test): HTTP Get request
:)
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r-- | AndroidManifest.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 7162576a..438b6887 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -25,6 +25,7 @@ <!-- <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" /> --> <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" /> <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> + <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> <!-- <uses-permission android:name="com.android.vending.BILLING" /> --> @@ -150,6 +151,11 @@ <category android:name="android.intent.category.LAUNCHER" /> </intent-filter> </activity> + + <activity + android:name="se.leap.leapclient.ProviderListActivity" + android:label="@string/app" > + </activity> </application> </manifest>
\ No newline at end of file |