mirror of
https://github.com/ARM-software/devlib.git
synced 2025-01-31 02:00:45 +00:00
utils/android: Add the definition of some intent flags
This commit is contained in:
parent
bda1115adb
commit
56a7394d58
@ -75,6 +75,12 @@ ANDROID_VERSION_MAP = {
|
||||
1: 'BASE',
|
||||
}
|
||||
|
||||
# See https://developer.android.com/reference/android/content/Intent.html#setFlags(int)
|
||||
INTENT_FLAGS = {
|
||||
'ACTIVITY_NEW_TASK' : 0x10000000,
|
||||
'ACTIVITY_CLEAR_TASK' : 0x00008000
|
||||
}
|
||||
|
||||
|
||||
# Initialized in functions near the botton of the file
|
||||
android_home = None
|
||||
|
Loading…
x
Reference in New Issue
Block a user