Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7f22a2f2 authored by Chi Zhang's avatar Chi Zhang
Browse files

Retain protected members in proguard rule.

Bug: 215186421
Test: build and atest FrameworksTelephonyTests
Change-Id: I70035c8cdc55a6ef35882812e33eef1deae1a8d3
parent d6aaa027
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
public *;
}
-keepclasseswithmembers class android.telephony.gsm.SmsMessage,android.telephony.gsm.SmsMessage$* {
public *;
public protected *;
}

# Keep telephony sysprop
@@ -17,9 +17,9 @@ public *;
public *;
}

# Keep public classes and members
# Keep public classes and public/protected members
-keepclasseswithmembers class com.android.internal.telephony.** {
public *;
public protected *;
}

# Keep classes and members that have the @UnsupportedAppUsage annotation