summaryrefslogtreecommitdiffstats
path: root/services/core/java/com/android/server/am/ActivityStackSupervisor.java
Commit message (Expand)AuthorAgeFilesLines
* framework: extend provision check to SEARCH intentsRoman Birg2016-08-081-0/+2
* framework: don't allow assist activities while not provisionedRoman Birg2016-08-031-0/+14
* Merge tag 'android-6.0.1_r61' into HEADJessica Wagantall2016-08-021-1/+3
|\
| * DO NOT MERGE Disable app pinning when emergency call button pressedHall Liu2016-06-241-1/+3
* | pm: Use sourcerecord if available for protected app validation.Adnan Begovic2016-05-251-2/+3
* | am: Handle unchecked activity starts for protected components.Adnan Begovic2016-05-191-1/+25
* | am: Don't protect apps that atttempt to grant uri perms.Adnan Begovic2016-05-111-2/+6
* | am: Remove extraneous boostageSteve Kondik2016-05-081-2/+0
* | perf: Send the process name and pid for launch boostsSteve Kondik2016-05-061-20/+5
* | am: Don't take down activity process if target intent component is null.Adnan Begovic2016-01-281-1/+1
* | fw: Fix protected apps implementation.Adnan Begovic2016-01-221-0/+17
* | Merge tag 'android-6.0.1_r3' of https://android.googlesource.com/platform/fra...Steve Kondik2015-12-071-3/+8
|\ \ | |/
| * Catch exceptions thrown by pending activity launches.Robert Carr2015-10-201-2/+7
| * Use effectiveUid instead of callingUid to set lockTaskModeWale Ogunwale2015-10-121-1/+1
* | [ActivityManager] Fix IndexOutOfBoundsExceptionlouis_chang2015-11-071-2/+1
* | Fix resumeHomeStackTask can't resume home if activity is finishing.Mark Lu2015-11-071-1/+2
* | perf: Refactor the PerformanceManagerSteve Kondik2015-11-031-5/+19
* | power: Add CM performance managerSteve Kondik2015-11-011-3/+18
* | Remove Qualcomm BoostFrameworkSteve Kondik2015-11-011-76/+1
* | [1/2] frameworks/base: Privacy GuardSam Mortimer2015-10-291-0/+5
* | Added Changes for Custom Resolver Activityherriojr2015-10-281-0/+5
* | BoostFramework: Adding config for disable packing params & scroll fixVarun Garg2015-10-061-8/+22
* | Perf: Adding hooks for IO prefetcher into frameworkAbhimanyu Garg2015-10-061-0/+16
* | BoostFramework to enchance performance during critical scenariosShashi Shekar Shankar2015-10-061-1/+46
|/
* Check component permissions like 'exported' before assigned permissionsChristopher Tate2015-08-171-4/+4
* Debugging for issue #22556778: Starting under voice control not allowedDianne Hackborn2015-08-071-0/+8
* Fix issue #22860466: viapi security bug - rubber stamping in nested VIsDianne Hackborn2015-08-031-4/+5
* Fixed out of bounds exception while handling app crashWale Ogunwale2015-07-291-4/+4
* Work on issue #22516282: ChooserTarget URI grants not forwardedDianne Hackborn2015-07-161-12/+16
* Teach receivers, activities, providers, and services app ops.Svet Ganov2015-07-011-50/+85
* Prevent certain actions of app has revoked permissionsSvetoslav2015-06-251-4/+91
* am 73187e57: am dd91362c: Make sure home activity gets resumed after started.Filip Gruszczynski2015-06-191-2/+12
|\
| * am dd91362c: Make sure home activity gets resumed after started.Filip Gruszczynski2015-06-191-2/+12
| |\
| | * Make sure home activity gets resumed after started.Filip Gruszczynski2015-06-191-2/+12
| * | am 47e53319: Revert "Recompute focus stack if cleared while starting an activ...Filip Gruszczynski2015-06-091-14/+7
| |\ \ | | |/
| | * Revert "Recompute focus stack if cleared while starting an activity."Filip Gruszczynski2015-06-091-14/+7
| * | am 0b3d573e: Recompute focus stack if cleared while starting an activity.Wale Ogunwale2015-06-091-7/+14
| |\ \ | | |/
| | * Recompute focus stack if cleared while starting an activity.Wale Ogunwale2015-06-091-7/+14
* | | Merge "App Standby : Association between content providers and their sync ada...Amith Yamasani2015-06-191-6/+6
|\ \ \
| * | | App Standby : Association between content providers and their sync adapterAmith Yamasani2015-06-191-6/+6
* | | | Fix security whole in lock taskJason Monk2015-06-191-2/+11
|/ / /
* | | Align the behaviour of different lock task modesBenjamin Franz2015-06-091-6/+11
* | | Converted more AMS Log calls to use ActivityManagerDebugConfigWale Ogunwale2015-05-261-48/+49
* | | Merge "Add API to track usage time of apps." into mnc-devDianne Hackborn2015-05-221-5/+25
|\ \ \
| * | | Add API to track usage time of apps.Dianne Hackborn2015-05-211-5/+25
* | | | For getHomeActivity() only return current user.Craig Mautner2015-05-211-1/+1
|/ / /
* | | Avoid resuming activity before launch.Craig Mautner2015-05-201-6/+20
* | | Lock top task if whitelisting arrives after start.Craig Mautner2015-05-141-3/+43
* | | Merge "Ensure activity visiblity when moving task" into mnc-devStefan Kuhne2015-05-131-0/+3
|\ \ \
| * | | Ensure activity visiblity when moving taskStefan Kuhne2015-05-131-0/+3