Skip to content

Commit

Permalink
FIX: Remove @RestrictTo from PackageManagerWrapper.
Browse files Browse the repository at this point in the history
  • Loading branch information
oasisfeng committed Jan 19, 2019
1 parent 69ee84b commit 9581459
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
import android.support.annotation.Nullable;
import android.support.annotation.RequiresApi;
import android.support.annotation.RequiresPermission;
import android.support.annotation.RestrictTo;

import java.util.List;

Expand All @@ -72,7 +71,7 @@
*
* Created by Oasis on 2017/3/27.
*/
@Keep @RestrictTo(RestrictTo.Scope.LIBRARY_GROUP)
@Keep
public class PackageManagerWrapper extends PackageManager {

public PackageManagerWrapper(PackageManager base) { mBase = base; }
Expand Down

0 comments on commit 9581459

Please sign in to comment.