summaryrefslogtreecommitdiff
path: root/core/java/android/content/pm/ShortcutServiceInternal.java
Commit message (Expand)AuthorAgeFilesLines
* Integrate LauncherApps API with AppSearchPinyao Ting2021-12-151-0/+38
* Persist Theme name instead of ID for ShortcutInfoIssei Suzuki2021-06-091-1/+1
* Allow ShortcutInfo to specify a theme for splash screen.(5/N)wilsonshih2021-02-151-0/+7
* Adds cacheFlags parameter to cache/uncacheShortcuts() methodsMehdi Alizadeh2020-05-261-2/+2
* Adds ShortcutServiceInternal#isSharingShortcut()Mehdi Alizadeh2020-04-011-0/+4
* Load Uri based shortcut drawable in LauncherAppsMehdi Alizadeh2020-03-171-0/+6
* Adds ShortcutChangeCallback in LauncherApps - Service sideMehdi Alizadeh2020-02-201-0/+3
* Add getShareTargets() to ShortcutServiceInternal and get caller's user ID fro...Danning Chen2020-02-181-0/+8
* Adds methods in LauncherApps to allow cache/uncache shortcutsMehdi Alizadeh2020-02-061-0/+7
* Adds locus Id to ShortcutQuery to find shortcuts based on LocusIdMehdi Alizadeh2020-02-051-2/+3
* Introduce isForegroundDefaultLauncher in ShortcutServiceInternalTony Mak2017-12-081-0/+3
* Give VoiceInteractionService access to shortcuts.Dianne Hackborn2017-11-021-0/+3
* Add signature permission to allow access to shortcuts for sysuiMakoto Onuki2017-10-131-3/+4
* Revert "Push chooser targets to the shortcut manager."Makoto Onuki2017-03-311-2/+2
* Adding support for passing arbitrary extras when requesting to pin a widget.Sunny Goyal2017-03-011-2/+3
* Push chooser targets to the shortcut manager.Hakan Seyalioglu2017-02-271-2/+2
* Adding AppWidgetManager.isRequestPinAppWidgetSupportedSunny Goyal2017-01-241-0/+2
* AppWidgetManager: direct add widget support.Sunny Goyal2017-01-031-0/+6
* Support multiple intents in ShortcutInfoMakoto Onuki2016-07-201-1/+2
* Handle locale change and pacakge change in different wayMakoto Onuki2016-07-131-6/+0
* Revert "Revert "Revert "Handle package broadcasts before apps do"""Makoto Onuki2016-07-131-7/+0
* Revert "Revert "Handle package broadcasts before apps do""Makoto Onuki2016-07-131-0/+7
* Revert "Handle package broadcasts before apps do"Makoto Onuki2016-07-121-7/+0
* Handle package broadcasts before apps doMakoto Onuki2016-07-111-0/+7
* ShortcutManager: finishing touchesMakoto Onuki2016-05-021-1/+6
* Add UserHandle to ShortcutInfo, and simplify LauncherApps APIs.Makoto Onuki2016-04-081-9/+4
* ShortcutManager: Fix work profileMakoto Onuki2016-03-281-7/+16
* Fix launcher side callbackMakoto Onuki2016-03-151-2/+1
* Implement the launcher side permission.Makoto Onuki2016-03-141-0/+2
* ShortcutManager: add remaining APIs.Makoto Onuki2016-03-081-0/+8
* Implement LauncherApps.startShortcut().Makoto Onuki2016-03-081-1/+1
* Introducing ShortcutManagerMakoto Onuki2016-03-041-0/+58