summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorcyBerta <richy@cyborgsociety.org>2013-11-30 00:56:28 +0100
committercyBerta <richy@cyborgsociety.org>2013-11-30 00:56:28 +0100
commit8462f8a65eacbc47d8e63db058584bed0898e279 (patch)
tree7df2795d04ac8550d1e6907d5efa4c75c5fb07d3 /AndroidManifest.xml
parentecd01db4ca5c0000d671e888ebdf97c3fdbd51cc (diff)
parent6bf1c8ccbf83defb44e279ed4236e9538c3a09ba (diff)
Merge branch 'feature/tests-0.2.1' into develop
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index d2818125..2cb8766e 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -23,6 +23,9 @@
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
+ <!-- if you want to run the unit test for Dashboard you will need that you uncomment the following line -->
+ <!-- <uses-permission android:name="android.permission.WRITE_SETTINGS" /> -->
+
<!-- <uses-permission android:name="com.android.vending.BILLING" /> -->