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

Commit 725404c9 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "[telecom] remove PackageInfoFlags annotation"

parents e732acd9 082cc3b1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,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);