aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorRGIB <gibellini.roberto@gmail.com>2016-05-24 23:00:21 +0200
committerGerrit Code Review <gerrit@cyanogenmod.org>2016-05-24 14:21:48 -0700
commit86ac67c682b1718150b763c8b06e2e7a96a3c473 (patch)
treec5c91044efa11f7a8c330945ba271814c78713cf /configs
parent285d56165d324da4d7bbf7639056255b91d61a08 (diff)
downloaddevice_samsung_kona-common-86ac67c682b1718150b763c8b06e2e7a96a3c473.zip
device_samsung_kona-common-86ac67c682b1718150b763c8b06e2e7a96a3c473.tar.gz
device_samsung_kona-common-86ac67c682b1718150b763c8b06e2e7a96a3c473.tar.bz2
kona: permission for fine location
Change-Id: I0a647e07b35cec276b2034ac942eeec4fa137ec9
Diffstat (limited to 'configs')
-rw-r--r--configs/android.hardware.location.gps.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/configs/android.hardware.location.gps.xml b/configs/android.hardware.location.gps.xml
new file mode 100644
index 0000000..64ee62d
--- /dev/null
+++ b/configs/android.hardware.location.gps.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2016 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.
+-->
+
+<!-- These are the location-related features for devices that include GPS. -->
+<permissions>
+ <feature name="android.hardware.location" />
+ <feature name="android.hardware.location.network" />
+ <feature name="android.hardware.location.gps" />
+</permissions> \ No newline at end of file