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

Commit aa4fa012 authored by Hai Zhang's avatar Hai Zhang Committed by Android (Google) Code Review
Browse files

Merge "Add getImplicitPermissions() to AndroidPackageApi." into tm-dev

parents 613fbf77 061a7e1d
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();