Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 061a7e1d authored by Hai Zhang's avatar Hai Zhang
Browse files

Add getImplicitPermissions() to AndroidPackageApi.

Because it should be there.

Bug: 201263297
Test: presubmit
Change-Id: Ic25945b39858d5844ff37ce85ef023ca359baf4b
parent 4c7fba28
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -267,6 +267,9 @@ public interface AndroidPackageApi {
    @NonNull
    List<FeatureGroupInfo> getFeatureGroups();

    @NonNull
    List<String> getImplicitPermissions();

    @NonNull
    List<ParsedInstrumentation> getInstrumentations();