index
:
frameworks_base.git
kitkat
lp5.0
lp5.1
mm6.0
n7.0
n7.1
o8.0
o8.1
q10.0
r11.0
r11.1
s12.0
s12.1
t13.0
t13.0_pre-rebase_jan22-23
u14.0
v15.0
w16.0
w16.1
frameworks_base
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
content
/
Intent.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move ACTION_CLEAR_DNS_CACHE to ConnectivityManager
paulhu
2021-04-07
1
-8
/
+0
*
Expose Intent#ACTION_CLEAR_DNS_CACHE
paulhu
2021-03-12
1
-0
/
+1
*
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-11-04
1
-7
/
+7
*
Remove @TestApi from @SystemApi symbols
Anton Hansson
2020-10-19
1
-5
/
+1
*
Update language to comply with Android's inclusive language guidance
Jeff Sharkey
2020-09-14
1
-1
/
+1
*
Update language to comply with Android's inclusive language guidance
Jeff Sharkey
2020-09-14
1
-1
/
+1
*
Update Java doc for FLAG_ACTIVITY_LAUNCH_ADJACENT
jun.h.cho
2020-06-18
1
-1
/
+1
*
Merge "Deprecate docs for auto revoke manifest and Intent APIs" into rvc-dev
Eugene Susla
2020-06-04
1
-0
/
+3
|
\
|
*
Deprecate docs for auto revoke manifest and Intent APIs
Eugene Susla
2020-06-03
1
-0
/
+3
*
|
Support apps sharing file:// URIs with the camera API
Zim
2020-06-01
1
-3
/
+37
|
/
*
Adds new activity flags to the @Flags annotation.
Patrick Baumann
2020-05-01
1
-0
/
+2
*
Update auto revoke deeplink action javadoc: extra -> Uri
Eugene Susla
2020-04-23
1
-2
/
+3
*
Update some Parcelables to send Strings UTF-8.
Jeff Sharkey
2020-04-21
1
-14
/
+14
*
PackageManager: Restrict some camera intents to MATCH_SYSTEM_ONLY
Narayan Kamath
2020-03-23
1
-6
/
+13
*
Merge "Revert "Expose ACTION_USER_SWITCHED as system API"" into rvc-dev
TreeHugger Robot
2020-03-18
1
-3
/
+1
|
\
|
*
Revert "Expose ACTION_USER_SWITCHED as system API"
Amit Mahajan
2020-03-18
1
-3
/
+1
*
|
Making time-zone an API constant
Suprabh Shukla
2020-03-10
1
-1
/
+12
|
/
*
Merge "Add intent for auto revoke UI" into rvc-dev
Nate Myren
2020-03-10
1
-0
/
+14
|
\
|
*
Add intent for auto revoke UI
Nate Myren
2020-03-09
1
-0
/
+14
*
|
Merge "Support settings activity for accessibility shortcut target" into rvc-dev
Jason Hsu
2020-03-04
1
-2
/
+5
|
\
\
|
|
/
|
/
|
|
*
Support settings activity for accessibility shortcut target
Rhed Jao
2020-02-27
1
-2
/
+5
*
|
Make IccCardConstants APIs hidden as per API concil's feedback
Jayachandran C
2020-02-28
1
-34
/
+0
|
/
*
Adds NON_BROWSER & DEFAULT match flags
Patrick Baumann
2020-02-18
1
-0
/
+15
*
Improve BaseBundle#kindofEquals
Suprabh Shukla
2020-02-14
1
-1
/
+1
*
Merge "Support rich content for accessibility shortcut target"
Rhed Jao
2020-02-11
1
-2
/
+5
|
\
|
*
Support rich content for accessibility shortcut target
Rhed Jao
2020-02-07
1
-2
/
+5
*
|
Make ACTION_LOAD_DATA a protected intent
Songchun Fan
2020-02-07
1
-1
/
+3
*
|
More documentation on ACTION_DATA_LOADER
Songchun Fan
2020-02-03
1
-1
/
+9
|
/
*
Merge "Move EXTRA_SERVICE_STATE from Intent to ServiceState."
Amit Mahajan
2020-01-25
1
-6
/
+0
|
\
|
*
Move EXTRA_SERVICE_STATE from Intent to ServiceState.
Amit Mahajan
2020-01-24
1
-6
/
+0
*
|
Merge "Add an unsuspend button option to SuspendDialogInfo"
Suprabh Shukla
2020-01-24
1
-0
/
+29
|
\
\
|
*
|
Add an unsuspend button option to SuspendDialogInfo
Suprabh Shukla
2020-01-22
1
-0
/
+29
*
|
|
Merge "Expose ACTION_USER_SWITCHED as system API" am: e69e147657 am: 7aadbe0e...
Automerger Merge Worker
2020-01-24
1
-1
/
+3
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Merge "Expose ACTION_USER_SWITCHED as system API" am: e69e147657
Automerger Merge Worker
2020-01-24
1
-1
/
+3
|
|
\
\
|
|
*
|
Expose ACTION_USER_SWITCHED as system API
Meng Wang
2020-01-23
1
-1
/
+3
*
|
|
|
Merge "Expose system API EXTRA_REBROADCAST_ON_UNLOCK" am: 027bf28b3a am: 0714...
Automerger Merge Worker
2020-01-18
1
-0
/
+13
|
\
|
|
|
|
|
_
|
/
|
/
|
|
|
*
|
Merge "Expose system API EXTRA_REBROADCAST_ON_UNLOCK"
Meng Wang
2020-01-17
1
-0
/
+13
|
|
\
|
|
|
*
Expose system API EXTRA_REBROADCAST_ON_UNLOCK
Meng Wang
2020-01-17
1
-0
/
+13
|
|
*
Use new UnsupportedAppUsage annotation.
Artur Satayev
2020-01-10
1
-1
/
+1
|
*
|
Use new UnsupportedAppUsage annotation.
Artur Satayev
2020-01-09
1
-1
/
+1
|
*
|
Merge "Introduce telecom api to launch emeregency dialer." am: c55310438b am:...
Automerger Merge Worker
2019-12-19
1
-0
/
+12
|
|
\
|
|
|
*
Introduce telecom api to launch emeregency dialer.
Fan Zhang
2019-12-19
1
-0
/
+12
*
|
|
Merge "Add string constants for new Reminder intent."
Martin Sundermeyer
2020-01-16
1
-0
/
+25
|
\
\
\
|
*
|
|
Add string constants for new Reminder intent.
Martin Sundermeyer
2020-01-15
1
-0
/
+25
*
|
|
|
Intent: Promote broadcast flag needed by wifi to @SystemApi
Roshan Pius
2020-01-10
1
-4
/
+7
*
|
|
|
Make Context.ACTION_LOAD_DATA a system API
Songchun Fan
2019-12-25
1
-1
/
+2
|
/
/
/
*
|
|
Send broadcast to integrity component during installation.
Song Pan
2019-12-20
1
-0
/
+1
*
|
|
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-12-18
1
-1
/
+1
*
|
|
Pass initiatingPackageName to verifier.
Alan Stokes
2019-12-12
1
-0
/
+1
*
|
|
Merge "Remove usage of IccCardConstants hidden APIs" am: b181ba61e2 am: b09b1...
Automerger Merge Worker
2019-12-10
1
-1
/
+171
|
\
|
|
[next]