Skip to content

Commit

Permalink
Fix removeAllDynamicShortcuts
Browse files Browse the repository at this point in the history
Fix some app crash cuz invoke removeAllDynamicShortcuts method.
Fix ZArchiver armeabi crash.
  • Loading branch information
梁丽欣 authored Aug 25, 2020
1 parent 587d03d commit c91eaf7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ protected void onBindMethods() {
addMethodProxy(new ReplaceCallingPkgMethodProxy("getMaxShortcutCountPerActivity"));
addMethodProxy(new ReplaceCallingPkgMethodProxy("reportShortcutUsed"));
addMethodProxy(new ReplaceCallingPkgMethodProxy("onApplicationActive"));
addMethodProxy(new ReplaceCallingPkgMethodProxy("removeAllDynamicShortcuts"));

addMethodProxy(new ReplaceCallingPkgMethodProxy("getPinnedShortcuts"));
addMethodProxy(new ReplacePkgAndShortcutMethodProxy("requestPinShortcut"));
Expand Down

0 comments on commit c91eaf7

Please sign in to comment.