You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
api-impl: add misc stubs for Open Sudoku
This commit is contained in:
committed by
Mis012
parent
1fb5be92dc
commit
e5a6ee2b55
@@ -1,5 +1,9 @@
|
||||
package android.view;
|
||||
|
||||
import android.content.ComponentName;
|
||||
import android.content.Intent;
|
||||
import android.view.MenuItem;
|
||||
|
||||
public interface Menu {
|
||||
|
||||
public MenuItem add(int groupId, int itemId, int order, CharSequence title);
|
||||
@@ -33,4 +37,6 @@ public interface Menu {
|
||||
public boolean hasVisibleItems();
|
||||
|
||||
public SubMenu addSubMenu(int groupId, int itemId, int order, int titleRes);
|
||||
|
||||
public int addIntentOptions (int groupId, int itemId, int order, ComponentName caller, Intent[] specifics, Intent intent, int flags, MenuItem[] outSpecificItems);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user