summaryrefslogtreecommitdiff
path: root/GymLog/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authormikem <mikem@oliodevices.com>2014-07-18 09:31:26 -0700
committermikem <mikem@oliodevices.com>2014-07-18 09:31:26 -0700
commite12315b9c45da3d3f1bc29761e7f07ee37cb6cc1 (patch)
treef90c607fda998801d21fb2b6c2c57aa02ecff433 /GymLog/src/main/AndroidManifest.xml
parent400eaaf8cb90207811c0ef8e3a82aa776d420d07 (diff)
downloadGymLog-e12315b9c45da3d3f1bc29761e7f07ee37cb6cc1.tar.xz
GymLog-e12315b9c45da3d3f1bc29761e7f07ee37cb6cc1.zip
Switching to file storage instead of Shared Preferences
Diffstat (limited to 'GymLog/src/main/AndroidManifest.xml')
-rw-r--r--GymLog/src/main/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/GymLog/src/main/AndroidManifest.xml b/GymLog/src/main/AndroidManifest.xml
index d587282..b31fae0 100644
--- a/GymLog/src/main/AndroidManifest.xml
+++ b/GymLog/src/main/AndroidManifest.xml
@@ -17,5 +17,5 @@
</intent-filter>
</activity>
</application>
-
+ <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
</manifest>