summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Etan Cohen <etancohen@google.com> 2017-10-03 20:14:23 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2017-10-03 20:14:23 +0000
commita932e64d699eee455e044da38f6a4109774222ea (patch)
treeeeec274c2b87fac14f34580ad4c3d0141d73a2ac
parentbe1a67cacfda4d9f4311d4257a57b023780f10f8 (diff)
parent4fb7db79862acafa66132ef573a692b241284abf (diff)
Merge "[RTT2] Add Wi-Fi RTT feature flag"
-rw-r--r--data/etc/android.hardware.wifi.rtt.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/data/etc/android.hardware.wifi.rtt.xml b/data/etc/android.hardware.wifi.rtt.xml
new file mode 100644
index 0000000000..60529ea1ae
--- /dev/null
+++ b/data/etc/android.hardware.wifi.rtt.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.
+-->
+
+<!-- This is the standard feature indicating that the device supports WiFi RTT (IEEE 802.11mc). -->
+<permissions>
+ <feature name="android.hardware.wifi.rtt" />
+</permissions>