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

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

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

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

Change-Id: I9c1b8c3ce2c3410c0ac58e59845945be26393e53
parents 9b2e1b40 725404c9
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);