diff options
author | Adam Lesinski <adamlesinski@google.com> | 2014-03-17 19:50:30 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-03-17 19:50:31 +0000 |
commit | fc34b7b7fc9749a3fb1f8e7d924274a5768366aa (patch) | |
tree | 6885f666e89b87be998f46c1a1dc3d27075741c5 /data | |
parent | b730a45216991cf22c39451c47393b4bccae111b (diff) | |
parent | de7388bf1dea339cedb4052eb20017f388ef6522 (diff) | |
download | frameworks_native-fc34b7b7fc9749a3fb1f8e7d924274a5768366aa.zip frameworks_native-fc34b7b7fc9749a3fb1f8e7d924274a5768366aa.tar.gz frameworks_native-fc34b7b7fc9749a3fb1f8e7d924274a5768366aa.tar.bz2 |
Merge "Remove accessibility as an optional feature" into klp-modular-dev
Diffstat (limited to 'data')
-rw-r--r-- | data/etc/android.software.accessibility.xml | 19 | ||||
-rw-r--r-- | data/etc/handheld_core_hardware.xml | 1 | ||||
-rw-r--r-- | data/etc/tablet_core_hardware.xml | 1 | ||||
-rw-r--r-- | data/etc/wearable_core_hardware.xml | 1 |
4 files changed, 0 insertions, 22 deletions
diff --git a/data/etc/android.software.accessibility.xml b/data/etc/android.software.accessibility.xml deleted file mode 100644 index 709b3f0..0000000 --- a/data/etc/android.software.accessibility.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2014 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> - <feature name="android.software.accessibility" /> -</permissions> diff --git a/data/etc/handheld_core_hardware.xml b/data/etc/handheld_core_hardware.xml index 3ff8969..4d81fb6 100644 --- a/data/etc/handheld_core_hardware.xml +++ b/data/etc/handheld_core_hardware.xml @@ -35,7 +35,6 @@ <feature name="android.hardware.screen.landscape" /> <!-- basic system services --> - <feature name="android.software.accessibility" /> <feature name="android.software.app_widgets" /> <feature name="android.software.backup" /> <feature name="android.software.home_screen" /> diff --git a/data/etc/tablet_core_hardware.xml b/data/etc/tablet_core_hardware.xml index 11c5d93..2a74b0f 100644 --- a/data/etc/tablet_core_hardware.xml +++ b/data/etc/tablet_core_hardware.xml @@ -36,7 +36,6 @@ <feature name="android.hardware.screen.landscape" /> <!-- basic system services --> - <feature name="android.software.accessibility" /> <feature name="android.software.app_widgets" /> <feature name="android.software.backup" /> <feature name="android.software.home_screen" /> diff --git a/data/etc/wearable_core_hardware.xml b/data/etc/wearable_core_hardware.xml index c34b25c..b2ffab7 100644 --- a/data/etc/wearable_core_hardware.xml +++ b/data/etc/wearable_core_hardware.xml @@ -33,7 +33,6 @@ <feature name="android.hardware.screen.landscape" /> <!-- basic system services --> - <feature name="android.software.accessibility" /> <feature name="android.software.home_screen" /> <feature name="android.software.input_methods" /> |