summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorcyBerta <richy@cyborgsociety.org>2013-11-30 00:51:18 +0100
committercyBerta <richy@cyborgsociety.org>2013-11-30 00:51:18 +0100
commit6bf1c8ccbf83defb44e279ed4236e9538c3a09ba (patch)
tree7df2795d04ac8550d1e6907d5efa4c75c5fb07d3 /AndroidManifest.xml
parent35085356f540e181a75784d9dbfcc63ea920f0d5 (diff)
minor changes for running tests
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" /> -->