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

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

Merge "Add trackingBug to API used by chromium vebview."

parents 5cacaef4 7bcc174a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2948,7 +2948,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.");