diff options
| author | 2017-04-11 00:47:50 +0000 | |
|---|---|---|
| committer | 2017-04-11 00:47:51 +0000 | |
| commit | 8eb76853e63ac1fb2d57db1686ff196f9d6b25f6 (patch) | |
| tree | d623eb6229f305310716ae6ab1d4d25f1803806d | |
| parent | 99dfb8a6466b653afc63ed91f07f59daa3c66385 (diff) | |
| parent | de248a193c5067921e9a2685056d0697d8669998 (diff) | |
Merge "Work on issue #36863299: [Fugu] CTS: PermissionFeatureTest failures:..." into oc-dev
| -rw-r--r-- | data/etc/android.software.cts.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/data/etc/android.software.cts.xml b/data/etc/android.software.cts.xml new file mode 100644 index 0000000000..0414c9a1d5 --- /dev/null +++ b/data/etc/android.software.cts.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2017 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<permissions> + <!-- This is Android and fully CTS compatible. Basically this is for CTS tests to use. --> + <feature name="android.software.cts" /> +</permissions> |