Skip to content

Commit 4e861d8

Browse files
committed
fix aosp13 patches
1 parent 36ad951 commit 4e861d8

5 files changed

Lines changed: 0 additions & 25 deletions

patches_aosp13_TP1A.221005.002/CatService.java_6deec1d05c88cce49eb8d4767b38990b.patch

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,3 @@
105105
Intent intent = new Intent(AppInterface.CAT_CMD_ACTION);
106106
intent.putExtra( "STK CMD", cmdMsg);
107107
intent.putExtra("SLOT_ID", mSlotId);
108-
@@ -1183,4 +1260,3 @@
109-
BackupManager.dataChanged("com.android.providers.settings");
110-
}
111-
}
112-
-

patches_aosp13_TP1A.221005.002/IccSmsInterfaceManager.java_0273a9db952e69cf84e2beae2f805aad.patch

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,3 @@
4242
if (Rlog.isLoggable("SMS", Log.VERBOSE)) {
4343
log("sendStoredText: scAddr=" + scAddress + " messageUri=" + messageUri
4444
+ " sentIntent=" + sentIntent + " deliveryIntent=" + deliveryIntent);
45-
@@ -1514,4 +1542,3 @@
46-
pw.flush();
47-
}
48-
}
49-
-

patches_aosp13_TP1A.221005.002/InboundSmsHandler.java_71007d21790c91c588220f0a099978f5.patch

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,3 @@
6464
if ((smsHeader == null) || (smsHeader.concatRef == null)) {
6565
// Message is not concatenated.
6666
int destPort = -1;
67-
@@ -2167,4 +2217,3 @@
68-
List<SmsFilter> remainingFilters);
69-
}
70-
}
71-
-

patches_aosp13_TP1A.221005.002/SignalStrengthController.java_a8f2767ed50b3d36ac8cd185407846ee.patch

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,3 @@
1212
} else {
1313
log("onSignalStrengthResult() Exception from RIL : " + ar.exception);
1414
mSignalStrength = new SignalStrength();
15-
@@ -1113,4 +1116,3 @@
16-
mLocalLog.log(TAG + ": " + msg);
17-
}
18-
}
19-
-

patches_aosp13_TP1A.221005.002/SmsMessage.java_7cc617549b124faa9b8dc96c0275ddd6.patch

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,3 @@
2020
public int getNumOfVoicemails() {
2121
/*
2222
* Order of priority if multiple indications are present is 1.UDH,
23-
@@ -1661,4 +1665,3 @@
24-
return mVoiceMailCount;
25-
}
26-
}
27-
-

0 commit comments

Comments
 (0)