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
/
app
/
BroadcastOptions.java
Age
Commit message (
Expand
)
Author
2021-04-13
Add [get|set]MaxManifestReceiverApiLevel to test api for CTS
paulhu
2021-03-25
Add TEMPORARY_ALLOW_LIST_TYPE_NONE.
Varun Shah
2021-02-26
Call new API setTemporaryAppAllowlist() and specify temp-allowlist reasonCode.
Hui Yu
2021-02-24
Log the temp allowlist reason/duration at FGS start.
Hui Yu
2021-02-03
Move the "whitelist type" constants to PowerWhitelistManager.
Makoto Onuki
2020-12-04
Create multiple temp allowlist types.
Hui Yu
2020-11-23
BG-FGS-launch restriction exemptions.
Hui Yu
2020-11-18
Expose BroadcastOptions#setMaxManifestReceiverApiLevel as system API
paulhu
2020-09-14
Update language to comply with Android's inclusive language guidance
Jeff Sharkey
2019-03-06
Rename BroadcastOptions.setAllowBackgroundActivityStarts() to
Michal Karpinski
2019-02-17
Add a way for holders of START_ACTIVITIES_FROM_BACKGROUND
Michal Karpinski
2018-04-04
Added dontSendToRestrictedApps broadcast option
Fyodor Kupolov
2017-06-05
Annotate @SystemApi with required permissions.
Jeff Sharkey
2015-12-10
Add new target SDK filtering feature to BroadcastOptions.
Dianne Hackborn
2015-06-17
Fix issue #21814207 and issue #21814212 (alarm manager)
Dianne Hackborn