9 lines
371 B
Prolog
9 lines
371 B
Prolog
# Vendor SDK entry points are resolved by VendorPushBridge through reflection.
|
|
-keep class com.huawei.hms.aaid.** { *; }
|
|
-keep class com.hihonor.push.** { *; }
|
|
-keep class com.hihonor.mcs.push.** { *; }
|
|
-keep class com.xiaomi.mipush.sdk.** { *; }
|
|
-keep class com.heytap.msp.push.** { *; }
|
|
-keep class com.vivo.push.** { *; }
|
|
-keep class com.meizu.cloud.pushsdk.** { *; }
|