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

Commit c85029f7 authored by Amith Yamasani's avatar Amith Yamasani
Browse files

Annotate bindServiceAsUser with SystemApi

Bug: 17470388
Change-Id: I0961e6ebabaffd91e3d152074b2f64ca4f9ba8fb
parent 5e6e52a0
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.");
    }