diff --git a/Patches/LineageOS-19.1/android_frameworks_base/0009-SystemUI_No_Permission_Review.patch b/Patches/LineageOS-19.1/android_frameworks_base/0009-SystemUI_No_Permission_Review.patch index 3d2ca5f7..cc14a496 100644 --- a/Patches/LineageOS-19.1/android_frameworks_base/0009-SystemUI_No_Permission_Review.patch +++ b/Patches/LineageOS-19.1/android_frameworks_base/0009-SystemUI_No_Permission_Review.patch @@ -8,7 +8,7 @@ Subject: [PATCH] allow SystemUI to directly manage Bluetooth/WiFi 1 file changed, 2 insertions(+) diff --git a/packages/SystemUI/AndroidManifest.xml b/packages/SystemUI/AndroidManifest.xml -index 6cf77882019c..5797aa01bfc0 100644 +index 8fdc7021e93f..cdec5a47b240 100644 --- a/packages/SystemUI/AndroidManifest.xml +++ b/packages/SystemUI/AndroidManifest.xml @@ -84,6 +84,8 @@ diff --git a/Patches/LineageOS-19.1/android_frameworks_base/0014-Automatic_Reboot.patch b/Patches/LineageOS-19.1/android_frameworks_base/0014-Automatic_Reboot.patch index 1dd36997..0c612251 100644 --- a/Patches/LineageOS-19.1/android_frameworks_base/0014-Automatic_Reboot.patch +++ b/Patches/LineageOS-19.1/android_frameworks_base/0014-Automatic_Reboot.patch @@ -43,7 +43,7 @@ index f2a33de008d6..354fd82f3a0d 100644 diff --git a/packages/SystemUI/AndroidManifest.xml b/packages/SystemUI/AndroidManifest.xml -index 5797aa01bfc0..cd3e8b391982 100644 +index cdec5a47b240..3210af7bdebc 100644 --- a/packages/SystemUI/AndroidManifest.xml +++ b/packages/SystemUI/AndroidManifest.xml @@ -292,6 +292,9 @@ @@ -53,9 +53,9 @@ index 5797aa01bfc0..cd3e8b391982 100644 + + + + + - - diff --git a/packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java b/packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java index 597860087158..abcfcd616dd8 100644 --- a/packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java