diff options
author | Aravind Akella <aakella@google.com> | 2013-10-12 17:30:40 -0700 |
---|---|---|
committer | Aravind Akella <aakella@google.com> | 2013-10-13 14:53:45 -0700 |
commit | d7a53428283a84aa81de3c404bac9b8404a466b7 (patch) | |
tree | 5578864602fd59bcfb02715c948ec51a9e6c5257 /data | |
parent | 6410c8c4097f1a3246aa3d03b3291d47f982bc4b (diff) | |
download | frameworks_native-d7a53428283a84aa81de3c404bac9b8404a466b7.zip frameworks_native-d7a53428283a84aa81de3c404bac9b8404a466b7.tar.gz frameworks_native-d7a53428283a84aa81de3c404bac9b8404a466b7.tar.bz2 |
Adding PackageManager feature strings for stepcounter and stepdetector.
Change-Id: I75ec21900fdc3ea80b61ec12c851a0c5ce9c44e8
Diffstat (limited to 'data')
-rw-r--r-- | data/etc/android.hardware.sensor.stepcounter.xml | 20 | ||||
-rw-r--r-- | data/etc/android.hardware.sensor.stepdetector.xml | 20 |
2 files changed, 40 insertions, 0 deletions
diff --git a/data/etc/android.hardware.sensor.stepcounter.xml b/data/etc/android.hardware.sensor.stepcounter.xml new file mode 100644 index 0000000..401ae92 --- /dev/null +++ b/data/etc/android.hardware.sensor.stepcounter.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2013 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. +--> + +<!-- Feature for devices with a hardware step counter. --> +<permissions> + <feature name="android.hardware.sensor.stepcounter" /> +</permissions> diff --git a/data/etc/android.hardware.sensor.stepdetector.xml b/data/etc/android.hardware.sensor.stepdetector.xml new file mode 100644 index 0000000..7037b9a --- /dev/null +++ b/data/etc/android.hardware.sensor.stepdetector.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2013 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. +--> + +<!-- Feature for devices with a step detector. --> +<permissions> + <feature name="android.hardware.sensor.stepdetector" /> +</permissions> |