diff options
| author | Nolen Johnson <johnsonnolen@gmail.com> | 2022-06-18 02:57:22 -0400 |
|---|---|---|
| committer | marcost2 <marcostolcachir@gmail.com> | 2022-06-22 15:29:22 -0300 |
| commit | 8daff807a7f3a0c559cc8b8e3d5ca84f3dad1fd8 (patch) | |
| tree | a26a967555903dd2633f26bfa7a038183eaa9b8d | |
| parent | 1849fb6738267275213173aa3b05a7a3376cdab2 (diff) | |
addison: Nuke non-standard UX components from overlays
* Either global or nah.
Change-Id: I39ed91e297078fc79e25fb829bc7e0e8843bb4d7
| -rw-r--r-- | overlay/frameworks/base/packages/SystemUI/res/values/config.xml | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/overlay/frameworks/base/packages/SystemUI/res/values/config.xml b/overlay/frameworks/base/packages/SystemUI/res/values/config.xml deleted file mode 100644 index fe48658..0000000 --- a/overlay/frameworks/base/packages/SystemUI/res/values/config.xml +++ /dev/null @@ -1,28 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* -** Copyright 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. -*/ ---> - -<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - - <!-- Show mic or phone affordance on Keyguard --> - <bool name="config_keyguardShowLeftAffordance">true</bool> - - <!-- Show camera affordance on Keyguard --> - <bool name="config_keyguardShowCameraAffordance">true</bool> - -</resources>
\ No newline at end of file |
