Skip to content

Commit

Permalink
[DNM][HACK] telephony: Force Class 0 SMS to Class 1
Browse files Browse the repository at this point in the history
This kills Flash SMS messages. Fuck you airtel

Change-Id: Ifb0c9e8bae5c12868d178fbdaeceb2cc72a0ffb6
Signed-off-by: Sageofd6path <mail2anirban95@gmail.com>
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
  • Loading branch information
adithya2306 authored and ShukakuZa committed Dec 31, 2023
1 parent d3b15de commit 5b324a1
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1682,8 +1682,6 @@ private void parseUserData(PduParser p, boolean hasUserDataHeader) {
} else {
switch (mDataCodingScheme & 0x3) {
case 0:
messageClass = MessageClass.CLASS_0;
break;
case 1:
messageClass = MessageClass.CLASS_1;
break;
Expand Down

0 comments on commit 5b324a1

Please sign in to comment.