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

Commit 737a7a0e 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: 53507c34

Change-Id: Iaa8be1cd02acfb8b271179aba0a2ceef2cd87e56
parents 49f5870f 53507c34
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.");