Compare commits
9 Commits
4a53111f60
...
213354dbb3
Author | SHA1 | Date | |
---|---|---|---|
213354dbb3 | |||
5ba1f084d5 | |||
2ecc97d40c | |||
|
b67b41a7e4 | ||
|
a60d82afb0 | ||
|
ceeeb076e3 | ||
|
1633ecfb93 | ||
|
85b2d3901f | ||
|
2df56defaa |
4
base.mk
4
base.mk
@ -212,6 +212,10 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
||||
PRODUCT_PACKAGES += \
|
||||
NavigationBarMode2ButtonOverlay
|
||||
|
||||
# ThemePicker
|
||||
PRODUCT_PACKAGES += \
|
||||
ThemePicker
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
oplus-alert-slider
|
||||
|
||||
|
@ -27,4 +27,5 @@
|
||||
|
||||
key 143 WAKEUP
|
||||
key 172 WAKEUP
|
||||
key 116 WAKEUP
|
||||
|
||||
|
@ -14,6 +14,9 @@ PRODUCT_COPY_FILES := $(call FILTER_OUT,google_go.xml:, $(PRODUCT_COPY_FILES))
|
||||
PRODUCT_PACKAGES := $(filter-out CalendarGoogle, $(PRODUCT_PACKAGES))
|
||||
PRODUCT_PACKAGES := $(filter-out GoogleContacts, $(PRODUCT_PACKAGES))
|
||||
|
||||
#Launcher3Go has no recents support...?
|
||||
PRODUCT_PACKAGES := $(filter-out Launcher3Go, $(PRODUCT_PACKAGES))
|
||||
|
||||
PRODUCT_SHIPPING_API_LEVEL :=
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
|
5
gapps.mk
5
gapps.mk
@ -4,14 +4,15 @@ ifneq ($(wildcard vendor/google)$(wildcard vendor/partner_gms),)
|
||||
-include vendor/partner_gms/products/gms.mk
|
||||
PRODUCT_SHIPPING_API_LEVEL :=
|
||||
|
||||
PRODUCT_PACKAGES := $(filter-out CalendarGoogle, $(PRODUCT_PACKAGES))
|
||||
PRODUCT_PACKAGES := $(filter-out GoogleContacts, $(PRODUCT_PACKAGES))
|
||||
#PRODUCT_PACKAGES := $(filter-out CalendarGoogle, $(PRODUCT_PACKAGES))
|
||||
#PRODUCT_PACKAGES := $(filter-out GoogleContacts, $(PRODUCT_PACKAGES))
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
phh-gapps-overrides \
|
||||
Chrome \
|
||||
GoogleContactsSyncAdapter \
|
||||
talkback \
|
||||
Photos \
|
||||
|
||||
PRODUCT_SYSTEM_DEFAULT_PROPERTIES := $(filter-out ro.boot.vendor.overlay.theme=%,$(PRODUCT_SYSTEM_DEFAULT_PROPERTIES))
|
||||
endif
|
||||
|
@ -22,7 +22,6 @@
|
||||
<string name="config_icon_mask" translatable="false">"M50 0C77.6 0 100 22.4 100 50C100 77.6 77.6 100 50 100C22.4 100 0 77.6 0 50C0 22.4 22.4 0 50 0Z"</string>
|
||||
<bool name="config_useRoundIcon">true</bool>
|
||||
|
||||
<string name="config_wallpaperCropperPackage">com.android.wallpaperpicker</string>
|
||||
<bool name="config_unplugTurnsOnScreen">true</bool>
|
||||
<integer name="config_multiuserMaximumUsers">5</integer>
|
||||
<bool name="config_enableMultiUserUI">true</bool>
|
||||
|
21
overlay/packages/apps/Settings/res/values/config.xml
Normal file
21
overlay/packages/apps/Settings/res/values/config.xml
Normal file
@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2019 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>
|
||||
<!-- Package name and fully-qualified class name for the wallpaper picker activity. -->
|
||||
<string name="config_wallpaper_picker_package" translatable="false">com.android.wallpaper</string>
|
||||
<string name="config_wallpaper_picker_class" translatable="false">com.android.customization.picker.CustomizationPickerActivity</string>
|
||||
|
||||
<!-- Fully-qualified class name for the styles & wallpaper picker activity. -->
|
||||
<string name="config_styles_and_wallpaper_picker_class" translatable="false">com.android.customization.picker.CustomizationPickerActivity</string>
|
||||
</resources>
|
@ -971,6 +971,10 @@ if getprop ro.vendor.build.fingerprint |grep -iq xiaomi/cepheus -e xiaomi/nabu;t
|
||||
setprop ro.netflix.bsp_rev Q855-16947-1
|
||||
fi
|
||||
|
||||
if getprop ro.vendor.build.fingerprint |grep -iq xiaomi/elish;then
|
||||
setprop ro.netflix.bsp_rev Q8250-19134-1
|
||||
fi
|
||||
|
||||
if getprop ro.vendor.build.fingerprint |grep -qi redmi/curtana;then
|
||||
setprop ro.netflix.bsp_rev Q6250-19132-1
|
||||
fi
|
||||
|
@ -11,3 +11,6 @@ persist.sys.phh.mainkeys=0
|
||||
fw.max_users=10
|
||||
persist.sys.max_profiles=10
|
||||
ro.boot.realme.lockstate=0
|
||||
|
||||
#Fixes fingerprint unlock delay
|
||||
persist.wm.enable_remote_keyguard_animation=0
|
||||
|
Loading…
Reference in New Issue
Block a user