summaryrefslogtreecommitdiff
path: root/tests/ActivityTests
AgeCommit message (Expand)Author
2022-02-04Make setRecentsScreenshotEnabled public chaviw
2021-02-18[LSC] Add LOCAL_LICENSE_KINDS to frameworks/base Bob Badour
2021-01-12Bulk apply PendingIntent.FLAG_MUTABLE_UNAUDITED. Ashwini Oruganti
2020-03-23Add an exported flag in manifest Ashwini Oruganti
2020-02-19Ensure task description icon resources are loaded from the right package Winson Chung
2019-03-09Merge "Convert tests/**/Android.mk files to Android.bp" am: 40ff4f7d83 am: c3... Sasha Smundak
2019-03-07Convert tests/**/Android.mk files to Android.bp Sasha Smundak
2019-02-12Don't crash when a broadcast requires an unknown permission Christopher Tate
2019-01-29Fix typo: decrement not increment Christopher Tate
2019-01-28Defer broadcasts to slow-handling apps Christopher Tate
2018-09-13Remove workarounds for b/79755007 Colin Cross
2018-05-29Merge "Use AAPT2 for more modules with manifest validation errors" am: ce1979... Colin Cross
2018-05-26Use AAPT2 for more modules with manifest validation errors Colin Cross
2018-05-16Merge "Disable AAPT2 for modules that use missing features" am: 87dc8d6576 Colin Cross
2018-05-16Disable AAPT2 for modules that use missing features Colin Cross
2018-05-14Merge "Fix errors caught by aapt2" am: ed90a673d4 Colin Cross
2018-05-10Fix errors caught by aapt2 Colin Cross
2018-02-28frameworks/base: Set LOCAL_SDK_VERSION where possible. Anton Hansson
2018-02-28frameworks/base: Set LOCAL_SDK_VERSION where possible. Anton Hansson
2017-08-30Nuke everything obsoleted by task snapshots Jorim Jaggi
2017-04-13Implement new splash screen API Jorim Jaggi
2017-03-22When snapshots are disabled, fill it with single color. Jorim Jaggi
2017-03-22Add API to disable snapshotting of activities Jorim Jaggi
2015-09-23Cleanup OWNER references. Xiaohui Chen
2015-08-10Fix issue #23037899: Support for Battery Optimization permission + Dialog Dianne Hackborn
2015-07-01Work on issue #21589105: Scope WRITE_SETTINGS and SYSTEM_ALERT_WINDOW... Dianne Hackborn
2015-06-15Fix issue #21813831: Need API for asking to be added to power whitelist Dianne Hackborn
2015-06-12Implement some control over ALLOW_WHILE_IDLE alarms. Dianne Hackborn
2015-06-05Fix issue #21572679: API Review: ActivityOptions, usage time report Dianne Hackborn
2015-05-21Improve reporting to apps of transaction too large failures. Dianne Hackborn
2015-05-21Add API to track usage time of apps. Dianne Hackborn
2014-12-01Add test for isolated services. Dianne Hackborn
2014-11-19Add new empty app test entry points. Dianne Hackborn
2014-11-11Add Activity API to get referrer information. Dianne Hackborn
2014-11-04Fix issue #17305377: Don't kill process if it still has tasks. Wale Ogunwale
2014-10-03Fix issue #17752399: Multiple apps broken by GET_TASKS permission change Dianne Hackborn
2014-09-23Work on issue #17628623: Need to update default preferred activities for YouTube Dianne Hackborn
2014-09-09Merge "Remove deprecated (and now unused) API method." into lmp-dev Craig Mautner
2014-09-09Remove deprecated (and now unused) API method. Craig Mautner
2014-09-05Work on issue #17357238: Recents is often slow if not used in a while Dianne Hackborn
2014-08-28Fix issue #17289876: startActivityFromRecents appears to launch the wrong task Dianne Hackborn
2014-08-26Fix issue #16311398: Limit number of documents a process can open Dianne Hackborn
2014-08-20Fix issue #17038762: Add API to add entries to the recents list Dianne Hackborn
2014-08-18Fix path for handling system window with app token. Dianne Hackborn
2014-07-02Use cached thumbnails in Recent tasks. Craig Mautner
2013-07-31Fix issue #10115327: MapCollections need to implement equals Dianne Hackborn
2013-07-25Okay, I give in, add null key support to ArrayMap and ArraySet. Dianne Hackborn
2013-06-11ArrayMap is great, so how about ArraySet! Dianne Hackborn
2013-06-06Additional functionality and performance for ArrayMap Chet Haase
2013-05-24New ArrayMap class. Dianne Hackborn