blob: c5643174045964429704c45c1193e64aab7dca55 [file] [log] [blame]
Yvonne Wong0eb29992015-08-20 16:02:08 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2015 The CyanogenMod Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
16<manifest xmlns:android="http://schemas.android.com/apk/res/android"
17 package="org.cyanogenmod.cmsettings.tests">
18
19 <uses-permission android:name="cyanogenmod.permission.WRITE_SETTINGS"/>
20 <uses-permission android:name="cyanogenmod.permission.WRITE_SECURE_SETTINGS"/>
Yvonne Wong05d01292015-08-27 12:19:54 -070021 <uses-permission android:name="android.permission.WRITE_SETTINGS"/>
22 <uses-permission android:name="android.permission.WRITE_SECURE_SETTINGS"/>
23 <uses-permission android:name="android.permission.INTERACT_ACROSS_USERS_FULL" />
24 <uses-permission android:name="android.permission.MANAGE_USERS" />
Yvonne Wong0eb29992015-08-20 16:02:08 -070025
26 <instrumentation
27 android:name="android.test.InstrumentationTestRunner"
28 android:targetPackage="org.cyanogenmod.cmsettings.tests"
29 android:label="CM Settings Provider Tests" />
30
31 <application>
32 <uses-library android:name="android.test.runner" />
33 </application>
34</manifest>