diff options
author | Adam Lesinski <adamlesinski@google.com> | 2014-03-17 12:14:26 -0700 |
---|---|---|
committer | Adam Lesinski <adamlesinski@google.com> | 2014-03-17 12:16:25 -0700 |
commit | de7388bf1dea339cedb4052eb20017f388ef6522 (patch) | |
tree | 9dc46f09f334b11be931954f62933eb36262ffb4 /data | |
parent | d9e113f0e0feac1a801f8339d2f907302bd432c5 (diff) | |
download | frameworks_native-de7388bf1dea339cedb4052eb20017f388ef6522.zip frameworks_native-de7388bf1dea339cedb4052eb20017f388ef6522.tar.gz frameworks_native-de7388bf1dea339cedb4052eb20017f388ef6522.tar.bz2 |
Remove accessibility as an optional feature
Bug:13439904
Change-Id: Icc6b84d05a24cbfdaa121929e7c7c77c0f7eed17
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" /> |