aboutsummaryrefslogtreecommitdiffstats
path: root/tests/AndroidManifest.xml
diff options
context:
space:
mode:
authorAdnan Begovic <adnan@cyngn.com>2015-06-29 10:44:41 -0700
committerAdnan Begovic <adnan@cyngn.com>2015-07-10 14:40:52 -0700
commitcf0bfd333e32753e94bff60ee805f67d722fd97a (patch)
tree58bee17b021da9298502ecaa51d5dba55a8ef02b /tests/AndroidManifest.xml
parent125c8993ca8bce661a1fbca9adcdda68f88c05f5 (diff)
downloadvendor_cmsdk-cf0bfd333e32753e94bff60ee805f67d722fd97a.zip
vendor_cmsdk-cf0bfd333e32753e94bff60ee805f67d722fd97a.tar.gz
vendor_cmsdk-cf0bfd333e32753e94bff60ee805f67d722fd97a.tar.bz2
CMSDK: Begin documentation and testing for profiles.
Change-Id: I06c02f6aed63cfa0483376ae93a3f9a594aff201
Diffstat (limited to 'tests/AndroidManifest.xml')
-rw-r--r--tests/AndroidManifest.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/AndroidManifest.xml b/tests/AndroidManifest.xml
index 029f4fc..e58f59f 100644
--- a/tests/AndroidManifest.xml
+++ b/tests/AndroidManifest.xml
@@ -5,6 +5,7 @@
android:versionName="1.0">
<uses-permission android:name="cyanogenmod.permission.PUBLISH_CUSTOM_TILE" />
+ <uses-permission android:name="android.permission.WRITE_SETTINGS"/>
<application android:label="@string/app_name" android:icon="@drawable/ic_launcher">
<activity android:name=".customtiles.CMStatusBarTest"
@@ -14,6 +15,13 @@
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity>
+ <activity android:name=".profiles.ProfileTest"
+ android:label="@string/app_name">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN"/>
+ <category android:name="android.intent.category.LAUNCHER"/>
+ </intent-filter>
+ </activity>
<activity android:name=".versioning.VersioningTest"
android:label="@string/app_name">
<intent-filter>