mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-04-30 05:07:58 +03:00
api-impl: misc stubs/additions
This commit is contained in:
parent
39504d1437
commit
0803848c6d
18 changed files with 206 additions and 39 deletions
|
@ -7,6 +7,9 @@ import java.io.Serializable;
|
|||
import java.util.ArrayList;
|
||||
|
||||
public class Intent implements Parcelable {
|
||||
public static final String ACTION_MAIN = "android.intent.action.MAIN";
|
||||
public static final int FLAG_ACTIVITY_NEW_TASK = 0x10000000;
|
||||
|
||||
private ComponentName component;
|
||||
private Bundle extras = new Bundle();
|
||||
private String action;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue