CMSDK: Update tests for new permissions.

Change-Id: I77d2cc332c453cfbd8aad375c482358039f13d03
This commit is contained in:
Adnan Begovic 2015-05-07 14:52:28 -07:00
parent 2383b607c4
commit 4f0c2c38ae
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
android:versionCode="1"
android:versionName="1.0">
<uses-permission android:name="android.permission.PUBLISH_CUSTOM_TILE" />
<uses-permission android:name="cyanogenmod.permission.PUBLISH_CUSTOM_TILE" />
<application android:label="@string/app_name" android:icon="@drawable/ic_launcher">
<activity android:name=".customtiles.CMStatusBarTest"