blob: 5fea6be863f86259797122524dc21590d3ffa0d7 [file] [log] [blame]
package test.pkg;
import android.view.MenuItem;
public class ActionTest1 {
@SuppressLint("AlwaysShowAction")
public void foo() {
System.out.println(MenuItem.SHOW_AS_ACTION_ALWAYS);
}
}