Created
June 11, 2023 06:33
-
-
Save parrotmac/138920f3b175c322056844f7b0763671 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
isaac@lineage-build:~/android/lineage/device/huawei/angler$ git diff | |
diff --git a/lineage-proprietary-blobs.txt b/lineage-proprietary-blobs.txt | |
index 0054b74..6d84efc 100644 | |
--- a/lineage-proprietary-blobs.txt | |
+++ b/lineage-proprietary-blobs.txt | |
@@ -38,7 +38,6 @@ lib/libdmengine.so | |
lib/libdmjavaplugin.so | |
lib/libfilterpack_facedetect.so | |
-app/HwSarControlService/HwSarControlService.apk | |
--app/Tycho/Tycho.apk;PRESIGNED | |
-priv-app/CNEService/CNEService.apk | |
-priv-app/ConnMO/ConnMO.apk | |
-priv-app/DCMO/DCMO.apk | |
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml | |
index 9483519..97c3f4a 100755 | |
--- a/overlay/frameworks/base/core/res/res/values/config.xml | |
+++ b/overlay/frameworks/base/core/res/res/values/config.xml | |
@@ -404,9 +404,9 @@ | |
<bool name="config_supportSystemNavigationKeys">true</bool> | |
<!-- Hide Project Fi app unless it is being used --> | |
- <string-array name="config_disabledUntilUsedPreinstalledCarrierApps"> | |
+ <!-- <string-array name="config_disabledUntilUsedPreinstalledCarrierApps"> | |
<item>com.google.android.apps.tycho</item> | |
- </string-array> | |
+ </string-array> --> | |
<!-- Whether device supports double tap to wake --> | |
<bool name="config_supportDoubleTapWake">true</bool> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment