diff options
| author | marcost2 <marcostolcachir@gmail.com> | 2021-09-16 23:14:29 -0300 |
|---|---|---|
| committer | marcost2 <marcostolcachir@gmail.com> | 2021-09-16 23:14:29 -0300 |
| commit | a7fe8cda60ca07e9283b8cc74628c2b9b97ba44e (patch) | |
| tree | ead6a2716fe5ec151310b4794f6ade9cef60136b | |
| parent | 300241447d92056388eb11e62e30f5599191ba89 (diff) | |
albus: Add lockscreen shortcuts back
Change-Id: I38605170053226f36caccff1d287e751de51c50e
| -rw-r--r-- | overlay/frameworks/base/packages/SystemUI/res/values/config.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/overlay/frameworks/base/packages/SystemUI/res/values/config.xml b/overlay/frameworks/base/packages/SystemUI/res/values/config.xml new file mode 100644 index 0000000..fe48658 --- /dev/null +++ b/overlay/frameworks/base/packages/SystemUI/res/values/config.xml @@ -0,0 +1,28 @@ +<?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 |
