Regenerate patches
frameworks/base got too messy, time to clean it up
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
From 1dd0b7fde40e2e451126dcdea035ee8f0f662c8f Mon Sep 17 00:00:00 2001
|
||||
From 78dfa19452607ad716db496f035a2a181e780d1c Mon Sep 17 00:00:00 2001
|
||||
From: Artem Borisov <dedsa2002@gmail.com>
|
||||
Date: Wed, 19 Sep 2018 17:02:06 +0300
|
||||
Subject: [PATCH] Telephony: Support muting by RIL command
|
||||
Subject: [PATCH 1/4] Telephony: Support muting by RIL command
|
||||
|
||||
While almost everyone already moved to AudioManager years ago,
|
||||
some OEMs (cough Huawei) still use RIL for muting and don't
|
||||
@@ -14,7 +14,7 @@ Change-Id: Id916dec2574d6e57b6f809fbaf2b0959c0cc7256
|
||||
1 file changed, 4 insertions(+)
|
||||
|
||||
diff --git a/src/com/android/services/telephony/TelephonyConnection.java b/src/com/android/services/telephony/TelephonyConnection.java
|
||||
index 06dce1626..be4b2c31c 100644
|
||||
index 05c3f211f..189f86ec7 100644
|
||||
--- a/src/com/android/services/telephony/TelephonyConnection.java
|
||||
+++ b/src/com/android/services/telephony/TelephonyConnection.java
|
||||
@@ -25,6 +25,7 @@ import android.os.Handler;
|
||||
@@ -36,5 +36,5 @@ index 06dce1626..be4b2c31c 100644
|
||||
}
|
||||
|
||||
--
|
||||
2.17.1
|
||||
2.25.1
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
From 7c9e1ac4204748173e182c353f2c5b5c45ac1cdb Mon Sep 17 00:00:00 2001
|
||||
From 15786bb6066c85e689742814e4b84584b5aa2f08 Mon Sep 17 00:00:00 2001
|
||||
From: Pierre-Hugues Husson <phh@phh.me>
|
||||
Date: Mon, 6 May 2019 20:25:34 +0200
|
||||
Subject: [PATCH 2/3] Fixes crash when selecting network
|
||||
Subject: [PATCH 2/4] Fixes crash when selecting network
|
||||
|
||||
Cf https://github.com/phhusson/treble_experimentations/issues/486
|
||||
---
|
||||
@@ -46,5 +46,5 @@ index e67582fa3..c622713e8 100644
|
||||
CellIdentityGsm cig = new CellIdentityGsm(
|
||||
Integer.MAX_VALUE /* lac */,
|
||||
--
|
||||
2.17.1
|
||||
2.25.1
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
From 0c7e103fd7c8d50322057a1f0fe852de9df0a029 Mon Sep 17 00:00:00 2001
|
||||
From 2d584eb3bffd0868b6f0e0ec1a7b9eb26b035a0d Mon Sep 17 00:00:00 2001
|
||||
From: Pierre-Hugues Husson <phh@phh.me>
|
||||
Date: Mon, 20 May 2019 23:45:56 +0200
|
||||
Subject: [PATCH 3/3] Fail gracefully in mobile settings
|
||||
Subject: [PATCH 3/4] Fail gracefully in mobile settings
|
||||
|
||||
---
|
||||
src/com/android/phone/DataUsagePreference.java | 8 ++++++--
|
||||
@@ -27,5 +27,5 @@ index b6b26e2b8..ebd446dfa 100644
|
||||
}
|
||||
|
||||
--
|
||||
2.17.1
|
||||
2.25.1
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
From 348be3bd9a6e528232141b704af5b07eef5c2829 Mon Sep 17 00:00:00 2001
|
||||
From b842186739efd6a857049a281b2981ebbfd7fbfb Mon Sep 17 00:00:00 2001
|
||||
From: Michael Cheah <michael@cheah.xyz>
|
||||
Date: Sat, 11 Jan 2020 19:23:57 +0800
|
||||
Subject: [PATCH 4/4] Fix operatorNumeric parsing in CellInfoUtil & support old
|
||||
@@ -100,5 +100,5 @@ index df3f44a8d..9fc571500 100644
|
||||
}
|
||||
|
||||
--
|
||||
2.17.1
|
||||
2.25.1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user