index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
content
/
IntentSender.java
Age
Commit message (
Expand
)
Author
2021-02-18
Proposal: Reduce the number of IPCs in PendingIntent
Soonil Nagarkar
2020-10-15
Add @Nullable annotation to the parameter of Object.equals() methods.
Roman Kalukiewicz
2019-12-18
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-02-28
All Parcelable CREATOR fields are @NonNull.
Jeff Sharkey
2018-08-15
Add @UnsupportedAppUsage annotations
Mathew Inwood
2017-05-19
Fix issue #38393543: Not allowed to start service Intent
Dianne Hackborn
2017-05-10
Fix issue #37360626: Apps can schedule alarms (and other things) with temp wh...
Dianne Hackborn
2016-11-14
Update usage of ActivityManagerNative.
Sudheer Shanka
2016-05-13
Fix issue #27532364: Security Vulnerability in IIntentSender.send
Dianne Hackborn
2015-06-17
Fix issue #21814207 and issue #21814212 (alarm manager)
Dianne Hackborn
2012-09-17
Fix API review bugs.
Dianne Hackborn
2012-09-04
Add registering for explicit users.
Dianne Hackborn
2012-08-17
Switch public APIs to use new UserHandle class for identifying users.
Dianne Hackborn
2012-08-16
Rename UserId to UserHandle.
Dianne Hackborn
2012-08-14
Add PendingIntent and IntentSender APIs to get user handle.
Dianne Hackborn
2011-06-30
Fix issue #4902856: Don't let apps register non-explicit PendingIntents
Dianne Hackborn
2010-06-04
Add support for heavy-weight applications.
Dianne Hackborn
2009-10-05
Fix issue #2166755: BroadcastReceiver trying to return result during a non-or...
Dianne Hackborn
2009-09-17
Fix issue #2093608: Calendar widget takes a few seconds to launch
Dianne Hackborn
2009-07-28
Updates from API review.
Dianne Hackborn
2009-06-17
Remove circular dependency in PackageManager. api freeStorage uses PendingInt...
Suchi Amalapurapu