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

Commit 8cb7fa48 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "[telecom] remove PackageInfoFlags annotation" am: 725404c9 am: fe948b3e am: 7abb9873

Original change: https://android-review.googlesource.com/c/platform/packages/services/Telecomm/+/1899551

Change-Id: I669b7fbc59233de35760d5ef6b08810879de88d0
parents 0b3275e4 7abb9873
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);