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

Commit a41a968f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add call super" into oc-dev

parents 0271dfd8 ecfa58a1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@
 */
package android.service.autofill;

import android.annotation.CallSuper;
import android.annotation.NonNull;
import android.annotation.Nullable;
import android.os.RemoteException;
@@ -156,6 +157,7 @@ public abstract class AutofillService extends Service {
     *
     * <strong>NOTE: </strong>if overridden, it must call {@code super.onCreate()}.
     */
    @CallSuper
    @Override
    public void onCreate() {
        super.onCreate();