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

Commit 082cc3b1 authored by Songchun Fan's avatar Songchun Fan
Browse files

[telecom] remove PackageInfoFlags annotation

We are updating the PackageManager annotations for the flags. Removing
all the references outside frameworks until we stablize the changes.

This is a no-op change.

BUG: 204432643
Test: builds
Change-Id: Ib4e6bac74a42c6aa50560195d8a77938e7536c12
parent 24ad325b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ public class CallDiagnosticServiceController extends CallsManagerListenerBase {
     */
    public interface ContextProxy {
        List<ResolveInfo> queryIntentServicesAsUser(@NonNull Intent intent,
                @PackageManager.ResolveInfoFlags int flags, @UserIdInt int userId);
                int resolveInfoFlags, @UserIdInt int userId);
        boolean bindServiceAsUser(@NonNull @RequiresPermission Intent service,
                @NonNull ServiceConnection conn, int flags, @NonNull UserHandle user);
        void unbindService(@NonNull ServiceConnection conn);