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

Commit 4d658348 authored by wescande's avatar wescande
Browse files

Add suppressLintAnnotation on state.java

Test: Build
Merged-In: I02aa127e8e07f239561f4f2a3bbdfc6fccb82f7f
Change-Id: I5a22ebe6473fbf38494e20d629e763c331b1e1e6
parent 6ae29f70
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@

package com.android.internal.util;

import android.annotation.SuppressLint;
import android.compat.annotation.UnsupportedAppUsage;
import android.os.Build;
import android.os.Message;
@@ -25,6 +26,7 @@ import android.os.Message;
 *
 * The class for implementing states in a StateMachine
 */
@SuppressLint("AndroidFrameworkRequiresPermission")
public class State implements IState {

    /**