Dmitry Dementyev
53c533baad
Merge "Add @NonNull annotation to RecoveryController Builders"
2019-03-06 20:55:40 +00:00
Steven Moreland
26190d5536
Merge "NativeHandle.java: set Nullable/NonNull" am: 6792c595a2 am: b5e85d6bb6
...
am: 927dee8243
Change-Id: I1caab5b13688b9d76e8d6ba59c83e32a6218be7e
2019-03-06 12:47:15 -08:00
Steven Moreland
927dee8243
Merge "NativeHandle.java: set Nullable/NonNull" am: 6792c595a2
...
am: b5e85d6bb6
Change-Id: If8aa9d85330683954856e2f1f2755d251bd0bb36
2019-03-06 12:37:46 -08:00
Steven Moreland
b5e85d6bb6
Merge "NativeHandle.java: set Nullable/NonNull"
...
am: 6792c595a2
Change-Id: I09cdb1ce3cc64cb8ca42a13b307b93b5dab8e42c
2019-03-06 12:28:23 -08:00
Andrii Kulian
132f0b3100
Merge "Allow transitioning through lifecycle when finished"
2019-03-06 20:24:36 +00:00
Michal Karpinski
b5e5c90800
Merge "Rename BroadcastOptions.setAllowBackgroundActivityStarts() to setBackgroundActivityStartsAllowed()"
2019-03-06 20:23:45 +00:00
Steven Moreland
6792c595a2
Merge "NativeHandle.java: set Nullable/NonNull"
2019-03-06 20:02:57 +00:00
TreeHugger Robot
9a5663c787
Merge "Migrate to DeviceConfig in TextClassifier"
2019-03-06 19:51:53 +00:00
Kevin Chyn
f2f31c212b
Merge "Update framework together with IBiometricsFace.hal"
2019-03-06 19:29:58 +00:00
Andrei-Valentin Onea
0c09cf5011
Merge "Add @UnsupportedAppUsage annotations" am: f304f4d2ea
...
am: 734611e34e
Change-Id: I14c15626440b2f1455110b6e504c4d18d2e5c5dc
2019-03-06 11:01:30 -08:00
Ashley Rose
0be2720c5b
Merge "Add @InspectableProperty annotations to LayoutParams"
2019-03-06 18:38:18 +00:00
TreeHugger Robot
56ff8c44a5
Merge ""Global Actions Panel" plugin"
2019-03-06 18:34:35 +00:00
Adam He
682ea3ccfd
Merge changes from topic "aa_whitelist"
...
* changes:
Check for empty arguments in setWhitelist().
Implemented a WhitelistHelper for whitelisting packages/activities for Augmented Autofill and Content Capture.
2019-03-06 18:31:59 +00:00
Andrei-Valentin Onea
734611e34e
Merge "Add @UnsupportedAppUsage annotations"
...
am: f304f4d2ea
Change-Id: Ic5e5148c473e64bc5d8ff506e7f4ac78c409734c
2019-03-06 10:30:15 -08:00
Fan Zhang
516218f9b2
Merge "Revert "Set the "settings_network_and_internet_v2" flag to on by default""
2019-03-06 18:03:59 +00:00
Antony Sargent
c9a5c72ab8
Revert "Set the "settings_network_and_internet_v2" flag to on by default"
...
This reverts commit 1b386491c5 .
Reason for revert: Reverting temporarily because of a few bugs that were uncovered: b/127524919 and b/127394263
Change-Id: I47de22c89b680d08c62fb008f97953d0586ab0a3
2019-03-06 18:02:48 +00:00
Andrei-Valentin Onea
f304f4d2ea
Merge "Add @UnsupportedAppUsage annotations"
2019-03-06 18:01:47 +00:00
TreeHugger Robot
8e7a12edce
Merge "Make ZenPolicy.Builder a final static inner class"
2019-03-06 17:59:50 +00:00
Andrei-Valentin Onea
03eb776b44
Merge "Add @UnsupportedAppUsage annotations" am: cf03906edc
...
am: a25b4e8c07
Change-Id: Id5ba379057d3874b78391c312cfb903799617d81
2019-03-06 09:57:27 -08:00
Andrei-Valentin Onea
a25b4e8c07
Merge "Add @UnsupportedAppUsage annotations"
...
am: cf03906edc
Change-Id: Ib760897a2d3de2672b4f19d66e238ebee9bfb239
2019-03-06 09:41:34 -08:00
David Su
80421043ad
Merge "Link Probing: Update comment to reflect that link probing is enabled by default"
2019-03-06 17:35:02 +00:00
Andrei-Valentin Onea
cf03906edc
Merge "Add @UnsupportedAppUsage annotations"
2019-03-06 17:18:05 +00:00
Steven Moreland
0ff061a607
NativeHandle.java: set Nullable/NonNull
...
Fixes: 126700972
Test: hidl_test_java
Test: atest android.os.cts.HwBinderTest
Change-Id: Id45c6d0757913014028f7629db78b64f27cad084
2019-03-06 17:17:30 +00:00
TreeHugger Robot
4a2d678eed
Merge "Update UserManager APIs to follow API guidelines."
2019-03-06 17:17:23 +00:00
Steve Elliott
9b87a44b79
"Global Actions Panel" plugin
...
This change adds a new plugin API surface inside of Global Actions,
where a plugin can provide a View to be rendered alongside the Global
Actions menu.
When the GlobalActionsDialog.ActionDialog is created, the plugin can
produce a GlobalActionsPanelPlugin.PanelViewController instance, which
is used to provide the View to be rendered, and respond to Global
Actions events (right now, only dismissal). At this time, the plugin
is given an instance of GlobalActionsPanelPlugin.Callbacks, allowing
the plugin to interact with the GlobalActionsDialog (right now, only
to request dismissal).
When there is a Panel present, a darker scrim is used that is *not*
based on the colors underneath.
In order to provide maximum flexibility, the View comprising the Panel
is rendered above (z-ordering) the existing Global Actions menu, and
can take up the entire screen if desired. In practice, plugins should
take care to not block access to the GlobalActions menu.
Change-Id: I9d6eea80f7eb49e9adbc1a634f7d9c1ab720cddb
Test: manual
2019-03-06 11:30:58 -05:00
Jeff Sharkey
715b34be65
Merge "Add trivial nullability annotations."
2019-03-06 16:17:56 +00:00
Andrei Onea
890db3d672
Add @UnsupportedAppUsage annotations
...
For packages:
android.speech
android.telephony.mbms.vendor
android.view
android.webkit
This is an automatically generated CL. See go/UnsupportedAppUsage
for more details.
Exempted-From-Owner-Approval: Mechanical changes to the codebase
which have been approved by Android API council and announced on
android-eng@
Bug: 110868826
Test: m
Merged-In: Iefe25091fa0fcc0adfe4ff85fe5e3ab3ac9c5f10
Change-Id: I04104cf3852a0a7440676ccc55dd96c1eec730c4
2019-03-06 15:43:49 +00:00
Beverly
4c9a4cdc04
Make ZenPolicy.Builder a final static inner class
...
Fixes: 126698794
Test: atest ZenPolicyTest
Change-Id: I847831136fa017419eba3a00ce31091cfdb08d45
2019-03-06 10:37:19 -05:00
TreeHugger Robot
4e6d0182c7
Merge "Add @NonNull annotation to ZygotePreload API."
2019-03-06 15:21:34 +00:00
Andrei-Valentin Onea
94aeae08c0
Merge "Add @UnsupportedAppUsage annotations"
2019-03-06 15:06:05 +00:00
Michal Karpinski
ca5437cab8
Rename BroadcastOptions.setAllowBackgroundActivityStarts() to
...
setBackgroundActivityStartsAllowed()
Per the feedback from the API council.
Bug: 127465469
Test: make -j update-api && make -j
Change-Id: If6c343dc86829aa9f3d919caf27c4e1ab907ec72
2019-03-06 13:08:20 +00:00
Issei Suzuki
d23038e5b9
Merge "Made inheritShowWhenLocked() API public."
2019-03-06 11:05:43 +00:00
TreeHugger Robot
04ae1ad9ab
Merge "Update Nullability of Apis"
2019-03-06 10:05:30 +00:00
TreeHugger Robot
dd823c03d2
Merge "Add APIs to notify and restart activity in size compatibility mode"
2019-03-06 08:05:30 +00:00
Ivan Chiang
ffba15565f
Update Nullability of Apis
...
Update Nullability of apis in DocumentsContract,
DocumentsProvider.
Test: make
Change-Id: Icc81333707bbeb9fe6d410ee35ade761e2d3b254
Fix: 126700626
Fix: 126702360
Fix: 126700352
2019-03-06 15:04:49 +08:00
Chiachang Wang
5df93de035
Merge "Update description based on API feedback" am: f397b39442 am: 784556da5b
...
am: d12b6c929e
Change-Id: Iae04c9f13a9bdd12b69e7780381f202a55bfc44f
2019-03-05 19:23:19 -08:00
Weien Wang
e3e3b3c030
Fix getSettingsSliceUri API review issues
...
1. Permissions for wallpaper settings Slice.
2. Return value must be marked either @NonNull or @Nullable.
Solution:
1. Add more explanation for settingsSliceUri API usage in javadoc.
2. Follow the public API annotation rule.
Bug: 119118548
Bug: 126699851
Test: atest tests/Internal/src/android/app/WallpaperInfoTest.java
Change-Id: I5db88ce35ba11b018abe42f2192afed44a19fea5
2019-03-06 03:04:35 +00:00
Jeff Sharkey
ba4acd5575
Add trivial nullability annotations.
...
Bug: 126702077, 126701263, 126700858, 126700497
Test: manual
Change-Id: Ic6599f59e6e079097a35cb2bf24c59a87627c8b7
Exempt-From-Owner-Approval: Trivial API annotations
2019-03-05 19:48:55 -07:00
Satoshi Sanno
83950247d0
Merge "Fix that the update to v1 signed version fails if apk verity is enabled" am: 0b3fe647ef am: b6fd88c4fc
...
am: 6f113ecebe
Change-Id: Iaf80875375068f17fe12f8846fae8c5afc2cbc2f
2019-03-05 18:21:49 -08:00
Chiachang Wang
d12b6c929e
Merge "Update description based on API feedback" am: f397b39442
...
am: 784556da5b
Change-Id: I109f34999885be3bc9b8d7e5763039b266183d45
2019-03-05 18:07:27 -08:00
Kevin Chyn
b95f152910
Update framework together with IBiometricsFace.hal
...
Bug: 123262389
Test: Builds
Change-Id: I7d6f874e93180cb41f30cf02dd7f47c57dd6bb92
2019-03-05 17:41:12 -08:00
Peiyong Lin
95378b2cae
Merge "[WindowManager] Add PRIVATE_FLAG_COLOR_SPACE_AGNOSTIC."
2019-03-06 01:31:49 +00:00
chen xu
c3d7707d90
Merge "add missing annotation for CarrierIdentifier" am: fd46a0aaeb am: 26fa24bf4f
...
am: d5a7fd1ec2
Change-Id: Id5e9745d43184a8dce70775f1fe811e05688b6ef
2019-03-05 17:29:11 -08:00
Satoshi Sanno
6f113ecebe
Merge "Fix that the update to v1 signed version fails if apk verity is enabled" am: 0b3fe647ef
...
am: b6fd88c4fc
Change-Id: If43c23abdd7448610be9cd6aacd5b79e3a49c0a6
2019-03-05 17:27:56 -08:00
Chiachang Wang
784556da5b
Merge "Update description based on API feedback"
...
am: f397b39442
Change-Id: I4abb8d87ecd681105a059b264b3c4808fce535bc
2019-03-05 17:23:24 -08:00
TreeHugger Robot
aa447cfa81
Merge "Add @NonNull to createPredefined"
2019-03-06 01:08:20 +00:00
TreeHugger Robot
380edb9e1e
Merge "Resource ID support for view inspector"
2019-03-06 00:57:38 +00:00
Chiachang Wang
f397b39442
Merge "Update description based on API feedback"
2019-03-06 00:49:20 +00:00
chen xu
d5a7fd1ec2
Merge "add missing annotation for CarrierIdentifier" am: fd46a0aaeb
...
am: 26fa24bf4f
Change-Id: I3f19f615f5a042c4e041430fc94f3b3d918e6388
2019-03-05 16:43:50 -08:00
Satoshi Sanno
b6fd88c4fc
Merge "Fix that the update to v1 signed version fails if apk verity is enabled"
...
am: 0b3fe647ef
Change-Id: If94e803f747e160a406bb3a80b583bc8c8d4af87
2019-03-05 16:22:58 -08:00