Skip to content

Commit

Permalink
Fix proguard-rules.pro
Browse files Browse the repository at this point in the history
  • Loading branch information
RikkaW committed Feb 21, 2021
1 parent d5dc787 commit a6e1895
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions manager/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@

# Missing class android.app.IProcessObserver$Stub
# Missing class android.app.IUidObserver$Stub
#-keepclassmembers class hidden.ProcessObserverAdapter {
# <methods>;
#}
#
#-keepclassmembers class hidden.UidObserverAdapter {
# <methods>;
#}
-keepclassmembers class hidden.ProcessObserverAdapter {
<methods>;
}

-keepclassmembers class hidden.UidObserverAdapter {
<methods>;
}

# Entrance of Shizuku service
-keep class moe.shizuku.server.ShizukuService {
Expand Down

0 comments on commit a6e1895

Please sign in to comment.