Skip to content
Snippets Groups Projects
Commit 0fa9d2ef authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add suppressLintAnnotation on state.java"

parents c5987092 4d658348
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment