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

Commit 2be37930 authored by Mathew Inwood's avatar Mathew Inwood Committed by android-build-merger
Browse files

Merge "Add trackingBug to API used by chromium vebview." am: c25ad643 am:...

Merge "Add trackingBug to API used by chromium vebview." am: c25ad643 am: 53507c34 am: 737a7a0e
am: b6bb42b7

Change-Id: Idf261a366b38172a61649c0e72a51f99e6443840
parents a76efc56 b6bb42b7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3067,7 +3067,7 @@ public abstract class Context {
     * @hide
     */
    @RequiresPermission(android.Manifest.permission.INTERACT_ACROSS_USERS)
    @UnsupportedAppUsage
    @UnsupportedAppUsage(trackingBug = 136728678)
    public boolean bindServiceAsUser(Intent service, ServiceConnection conn, int flags,
            Handler handler, UserHandle user) {
        throw new RuntimeException("Not implemented. Must override in a subclass.");