diff options
6 files changed, 150 insertions, 3 deletions
diff --git a/overlay-lineage/frameworks/base/core/res/res/values/config.xml b/overlay-lineage/frameworks/base/core/res/res/values/config.xml new file mode 100644 index 0000000..d96777b --- /dev/null +++ b/overlay-lineage/frameworks/base/core/res/res/values/config.xml @@ -0,0 +1,67 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2009 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. +--> + +<!-- These resources are around just to allow their values to be customized + for different hardware and product builds. Do not translate. --> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Is the notification LED intrusive? Used to decide if there should be a disable option --> + <bool name="config_intrusiveNotificationLed">true</bool> + + <!-- Whether WiFi display is supported by this device. + There are many prerequisites for this feature to work correctly. + Here are a few of them: + * The WiFi radio must support WiFi P2P. + * The WiFi radio must support concurrent connections to the WiFi display and + to an access point. + * The Audio Flinger audio_policy.conf file must specify a rule for the "r_submix" + remote submix module. This module is used to record and stream system + audio output to the WiFi display encoder in the media server. + * The remote submix module "audio.r_submix.default" must be installed on the device. + * The device must be provisioned with HDCP keys (for protected content). + --> + <bool name="config_enableWifiDisplay">true</bool> + + <!-- Indicate whether closing the lid causes the device to go to sleep and opening + it causes the device to wake up. + The default is false. --> + <bool name="config_lidControlsSleep">true</bool> + + <!-- Whether device supports double tap to wake --> + <bool name="config_supportDoubleTapWake">true</bool> + + <!-- If true, the screen can be rotated via the accelerometer in all 4 + rotations as the default behavior. --> + <bool name="config_allowAllRotations">true</bool> + + <!-- Default list of files pinned by the Pinner Service --> + <string-array translatable="false" name="config_defaultPinnerServiceFiles"> + <item>"/system/framework/arm64/boot-framework.oat"</item> + <item>"/system/framework/framework.jar"</item> + <item>"/system/framework/oat/arm64/services.odex"</item> + <item>"/system/framework/services.jar"</item> + <item>"/system/framework/arm64/boot.oat"</item> + <item>"/system/framework/arm64/boot-core-libart.oat"</item> + <item>"/apex/com.android.runtime/javalib/core-oj.jar"</item> + <item>"/apex/com.android.runtime/javalib/core-libart.jar"</item> + <item>"/apex/com.android.media/javalib/updatable-media.jar"</item> + <item>"/product/priv-app/SystemUI/SystemUI.apk"</item> + <item>"/product/priv-app/SystemUI/oat/arm64/SystemUI.odex"</item> + <item>"/system/lib64/libsurfaceflinger.so"</item> + </string-array> + + <!-- True if camera app should be pinned via Pinner Service --> + <bool name="config_pinnerCameraApp">true</bool> +</resources> diff --git a/overlay-lineage/frameworks/base/packages/SettingsProvider/res/values/defaults.xml b/overlay-lineage/frameworks/base/packages/SettingsProvider/res/values/defaults.xml new file mode 100644 index 0000000..bf10c07 --- /dev/null +++ b/overlay-lineage/frameworks/base/packages/SettingsProvider/res/values/defaults.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/** + * Copyright (c) 2015, 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> + + <!-- Set the automatic brightness mode on by default --> + <bool name="def_screen_brightness_automatic_mode">true</bool> + +</resources> diff --git a/overlay-lineage/packages/apps/Settings/res/values/arrays.xml b/overlay-lineage/packages/apps/Settings/res/values/arrays.xml new file mode 100644 index 0000000..3a00a89 --- /dev/null +++ b/overlay-lineage/packages/apps/Settings/res/values/arrays.xml @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** +** Copyright 2015 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"> + + <!-- IDs for each color mode. The values must match the corresponding constants in + android.view.Display --> + <integer-array name="color_mode_ids"> + <item>0</item> + <item>-1</item> + <item>-1</item> + </integer-array> + +</resources> diff --git a/overlay-lineage/packages/apps/Snap/res/values/config.xml b/overlay-lineage/packages/apps/Snap/res/values/config.xml new file mode 100644 index 0000000..d8ced94 --- /dev/null +++ b/overlay-lineage/packages/apps/Snap/res/values/config.xml @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2018 The LineageOS 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. +--> + +<!-- Camera app resources that may need to be customized + for different hardware or product builds. --> +<resources> + <!-- Enable support for camera api v2 --> + <bool name="support_camera_api_v2">true</bool> + + <!-- Opens back camera using openLegacy() and forces api v1 --> + <bool name="back_camera_open_legacy">false</bool> + + <!-- Opens front camera using openLegacy() and forces api v1 --> + <bool name="front_camera_open_legacy">false</bool> +</resources> diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index be7bd71..2e3383b 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -287,7 +287,7 @@ <string name="config_networkLocationProviderPackageName" translatable="false">com.qualcomm.location</string> <!-- Enable doze mode --> <string name="config_dozeComponent">com.android.systemui/com.android.systemui.doze.DozeService</string> - <bool name="config_dozeAfterScreenOff">true</bool> + <bool name="config_dozeAfterScreenOffByDefault">true</bool> <!-- Screen brightness when dozing. --> <integer name="config_screenBrightnessDoze">17</integer> <bool name="config_powerDecoupleInteractiveModeFromDisplay">false</bool> diff --git a/overlay/packages/apps/Bluetooth/res/values/config.xml b/overlay/packages/apps/Bluetooth/res/values/config.xml index 9a8d523..68b18d8 100644 --- a/overlay/packages/apps/Bluetooth/res/values/config.xml +++ b/overlay/packages/apps/Bluetooth/res/values/config.xml @@ -31,9 +31,7 @@ --> <resources> <bool name="profile_supported_avrcp_controller">true</bool> - <bool name="profile_supported_a2dp_sink">true</bool> <bool name="profile_supported_sap">true</bool> <bool name="profile_supported_hid_device">false</bool> - <bool name="profile_supported_avrcp_target">false</bool> <bool name="profile_supported_ba">true</bool> </resources> |