OSDN Git Service

Add FEATURE_RADIO to PackageManager's feature list.
authorTomasz Wasilczyk <twasilczyk@google.com>
Thu, 6 Apr 2017 16:59:05 +0000 (09:59 -0700)
committerTomasz Wasilczyk <twasilczyk@google.com>
Fri, 7 Apr 2017 18:13:18 +0000 (11:13 -0700)
Bug: b/36863239
Test: manual (Kitchen Sink)

Change-Id: I333f506917ca0d05f6c9bf8db8ebccd5b3106c8f

data/etc/android.hardware.radio.xml [new file with mode: 0644]

diff --git a/data/etc/android.hardware.radio.xml b/data/etc/android.hardware.radio.xml
new file mode 100644 (file)
index 0000000..f718c47
--- /dev/null
@@ -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.
+-->
+
+<!-- This is the standard set of features for a broadcast radio. -->
+<permissions>
+    <feature name="android.hardware.radio" />
+</permissions>