Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
gmscompat: remove special handling of Google's eUICC LPA package
Browse files Browse the repository at this point in the history
It's now hidden from all non-system packages via PackageHooks.
  • Loading branch information
muhomorr authored and thestinger committed Jan 24, 2024
1 parent 1e679d6 commit 3e773e4
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
import com.android.internal.gmscompat.GmsHooks;
import com.android.internal.gmscompat.GmsInfo;
import com.android.internal.gmscompat.PlayStoreHooks;
import com.android.internal.util.GoogleEuicc;

import java.util.ArrayList;
import java.util.List;
Expand All @@ -64,7 +63,6 @@ public static void init(Context ctx) {
initForceDisabledComponents(ctx);
if (GmsCompat.isPlayStore()) {
ArraySet<String> hiddenPkgs = HIDDEN_PACKAGES;
hiddenPkgs.add(GoogleEuicc.LPA_PKG_NAME);
}
}

Expand Down

0 comments on commit 3e773e4

Please sign in to comment.