Update gen_buildfiles.py so that it generates filegroup-based notice
references. The previous usage that relied on the parent directory
pattern, '../', is no longer supported.
Test: Built successfully
Change-Id: Iddf334ed9c4e6139cc896a77e07b9eeb596c257e
SurfaceFlinger trace relies on Display Root#0 layer size to set the display bounds. This layer will
no longer have a size once b/114413815 is fixed. Instead, sf transform will set the bounds to undefined and the
bounds be calculated to be the union of the layer sizes.
see: http://x20web/teams/android-window-manager/winscope/winscope-staging-vishnun.html
Bug: 114413815
Test: build winscope and open trace
Change-Id: Ic04d524f0e095374321ef818f0d0ff420a2d3827
- Add a dropdown item to not set launch display id.
- Default don't set launch display id.
In general use cases, activity should be launched on the
display where the caller resides.
Bug: 112451761
Test: Create a virtual display with system decoration support,
launch an activity from shortcut and check if the activity
runs on the same display.
Change-Id: Iab2fd21402c7aa0e245ebfeb3698aaa22cb30e18
The app allows a user to explore the behaviour of different
launch modes, task affinities and intent flags.
It displays the current state of all tasks in the application
and their corresponding flags.
It allows the user to launch a set amount of activities on launch.
This bring the user directly into a state where many options for
exploration are available, rather than having to go through a
complicated setup first.
Access the activity field of RecentTaskInfo using reflection and mirror
the ActivityInstanceInfo into our own value object. This breaks
the compile time dependency on the ActivityInstanceInfo api and turns
it into a runtime dependency.
If the api is missing on the device we can still show the task structure
and log an error with the missing activity instance info.
Known bug: The enable suggestion button crashes the application.
Test: Build and Run
Change-Id: Id0274bae159c16aee6dccd805deb53851ffcf21d
This commit adds `list_app_shared_uid.py` which lists apps with
sharedUserId in their AndroidManifest.xml.
Test: list_app_shared_uid.py -o out.csv ${ANDROID_PRODUCT_OUT}
Change-Id: I93949a79801364523790042dd3a362f6d5a58d0e
header-abi-dumper looks ahead one token to determine whether an
identifier is a template. This commit makes the dumper get token from
preprocessor so as to handle template instantiation in macro.
Test: ./test.py
Bug: 117582158
Change-Id: I0e3f3708ec98eba5353fee619f4cfbdc50570a59
For independent system update, we update system.img only.
But the devies that has product partition has some system modules
installed in product partition. In that case, we must update product
partition as well for independent system update.
Use '-s' option without parameters to flash product.img in addition
to system.img for mixed build targets.
Bug: 119266183
Test: development/vndk/tools/build_mixed \
-p out/prebuilt_cached/artifacts/system/vbmeta.img \
-s \
out/prebuilt_cached/artifacts/system \
out/prebuilt_cached/artifacts/blueline \
out/dist \
out/prebuilt_cached/artifacts/system/checkvintf
Change-Id: I86da00630bde7e9e522160c98691087bca9d7d66
The framework Preference APIs are deprecated, so these samples are
misleading and should be removed.
Trying to submit again now that the relevant sample tags have been removed.
Bug: b/119602280
Test: n/a
Change-Id: I7efb509f5c938122575cf4177b50872bfc089d00
We want to make MD launcher have the similar behaviors as other
launchers, which is start a new task by default.
Fixes: 119634726
Test: Manual - launch EditTextVariation and click home button
Change-Id: I862557c1ac41ce4d259ebe45394eb503065e1fa0
This reverts commit 946280d6ce.
Reason for revert: Breaking builds due to doc generation using these samples
Change-Id: I7caf9792e84e0e1eedea4a7294a321c684be2d5c
The framework Preference APIs are being deprecated, so removing the
samples will help avoid confusion.
Bug: b/119602280
Test: n/a
Change-Id: Ib3a2c38b8fbb0f1afc9ef6a35963def46ee931f7