21 lines
794 B
Plaintext
21 lines
794 B
Plaintext
|
|
-include proguard_common.flags
|
||
|
|
|
||
|
|
-keep class com.android.systemui.statusbar.tv.TvStatusBar
|
||
|
|
-keep class com.android.systemui.assist.opa.AssistManagerGoogle
|
||
|
|
|
||
|
|
-keep class com.mediatek.systemui.ext.** { *; }
|
||
|
|
-keep class com.mediatek.keyguard.ext.** { *; }
|
||
|
|
-keep class com.mediatek.keyguard.VoiceWakeup.VoiceWakeupManager { *; }
|
||
|
|
-keep class com.mediatek.keyguard.AntiTheft.AntiTheftManager { *; }
|
||
|
|
|
||
|
|
-keep class com.android.systemui.SystemUIInitializerImpl {
|
||
|
|
*;
|
||
|
|
}
|
||
|
|
|
||
|
|
-keep class com.android.systemui.tv.TvSystemUIInitializer {
|
||
|
|
*;
|
||
|
|
}
|
||
|
|
|
||
|
|
-keep,allowoptimization,allowaccessmodification class com.android.systemui.dagger.DaggerReferenceGlobalRootComponent** { !synthetic *; }
|
||
|
|
-keep,allowoptimization,allowaccessmodification class com.android.systemui.tv.DaggerTvGlobalRootComponent** { !synthetic *; }
|