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

Commit e1e98741 authored by Amith Yamasani's avatar Amith Yamasani Committed by Android (Google) Code Review
Browse files

Merge "Annotate bindServiceAsUser with SystemApi" into lmp-dev

parents 38c29ca3 c85029f7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2037,6 +2037,7 @@ public abstract class Context {
     * argument for use by system server and other multi-user aware code.
     * @hide
     */
    @SystemApi
    public boolean bindServiceAsUser(Intent service, ServiceConnection conn, int flags, UserHandle user) {
        throw new RuntimeException("Not implemented. Must override in a subclass.");
    }