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

Commit 6c5a843f authored by Chi Zhang's avatar Chi Zhang Committed by Gerrit Code Review
Browse files

Merge "Retain protected members in proguard rule."

parents f6ca8048 7f22a2f2
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