Shuzhen Wang
f8aca7b463
Merge "Camera: Add support for CONTROL_ZOOM_RATIO"
2019-12-19 03:32:59 +00:00
TreeHugger Robot
86c09b2ddc
Merge changes I4af73809,Iba6a564a
...
* changes:
Hide com.android.server package with @hide javadoc tag
Add more enums for the client and process attributes of SystemApi
2019-12-19 02:46:17 +00:00
TreeHugger Robot
848cc35375
Merge "Replace com.android.internal.util.Preconditions.checkNotNull with java.util.Objects.requireNonNull"
2019-12-19 01:05:22 +00:00
Jiyong Park
88d5e494c4
Add more enums for the client and process attributes of SystemApi
...
For the client attribute, we have
- MODULE_APPS for representing APKs implementing modules which are
considered part of the platform
- MODULE_LIBRARIES for representing jars inside modules.
For the process attribute, we have
- SYSTEM_SERVER for representing the system_server process.
For example, @SystemApi(client=MODULE_LIBRARIES,process=ALL) actually
means that the API is meant to be available for classes in the
bootclasspath but not to the classes from the app classloader.
Bug: 140202860
Test: m
Change-Id: Iba6a564a0967e4d109164849ee6d6500d46469de
2019-12-19 09:49:18 +09:00
Yinglei Wang
0d2e2c2be0
Merge "Fix setting state description of toggle button and switch"
2019-12-18 22:59:25 +00:00
TreeHugger Robot
bce6abd2b7
Merge "Fix TaskDescription's copy method"
2019-12-18 22:26:49 +00:00
Songchun Fan
8d76b33e85
Merge "[incremental] change temp dir"
2019-12-18 21:56:47 +00:00
TreeHugger Robot
d8492dbfb2
Merge "Migrating Incremental* APIs to PackageManager APIs."
2019-12-18 21:38:46 +00:00
Mark Renouf
3095609f4e
Merge "Expose snapshotTask for use in WindowManager"
2019-12-18 21:34:52 +00:00
Mehdi Alizadeh
c5e29907c4
Fix TaskDescription's copy method
...
copyFromPreserveHiddenFields should only copy hidden fields if the field
is set in the other TaskDescription.
Bug: 144348683
Test: atest FrameworksCoreTests:ActivityManagerTest
Change-Id: I8475e82b7aeb0b7fc6a8cc0de88b926a847c7ac2
2019-12-18 11:47:37 -08:00
Kevin Chyn
a04597b8c7
Merge "Deprecate ACTION_FINGERPRINT_ENROLL and add ACTION_BIOMETRIC_ENROLL"
2019-12-18 19:37:29 +00:00
Alex Buynytskyy
ea14d19106
Migrating Incremental* APIs to PackageManager APIs.
...
This is the first step, migrating java parts.
CleanSpec.mk added as a workaround for b/146502407
Test: builds and flashes
Bug: b/136132412
Change-Id: Id0a26aa011b555ea457b5aafe7f5789c36d25bcc
2019-12-18 19:13:39 +00:00
Mark Renouf
98ba8e6905
Expose snapshotTask for use in WindowManager
...
Exposes snapshotTask which will immediately take a task snapshot
instead of checking the cache. Also adds an overload which allows
specifying scaleRatio and pixelFormat
Change-Id: I0ee3d90ae0ff508e10a8b24bd47d593f28ab1ea8
2019-12-18 14:05:41 -05:00
Automerger Merge Worker
f0fcf8c85a
Merge "Fix android.util.CloseGuard sample usage" am: 7381525076 am: 66b0e7d150 am: 16257918c9
...
Change-Id: I23ca1a8ca61e62b20c5b5eff0c7e9ef10c2e6711
2019-12-18 18:37:18 +00:00
Songchun Fan
720a7816d0
[incremental] change temp dir
...
Due to permission constraints, use a new temp dir for holding temporary
Incremental files/dirs.
Test: manual
Change-Id: I46b9d608225ed7ae3ccc552c6c43157d6505a66c
2019-12-18 10:36:58 -08:00
Automerger Merge Worker
16257918c9
Merge "Fix android.util.CloseGuard sample usage" am: 7381525076 am: 66b0e7d150
...
Change-Id: Ieec4a553744be7148938ee19cce23371597985e6
2019-12-18 18:35:59 +00:00
David Su
66b0e7d150
Merge "Fix android.util.CloseGuard sample usage"
...
am: 7381525076
Change-Id: I4e69d9638ca69be5896bfeb0c3d950d340294cb5
2019-12-18 10:26:02 -08:00
Jeffrey Huang
18e52123ce
Merge "Create statsmanager service"
2019-12-18 18:20:25 +00:00
David Su
7381525076
Merge "Fix android.util.CloseGuard sample usage"
2019-12-18 18:19:58 +00:00
TreeHugger Robot
c396f752dc
Merge "Replace com.android.internal.util.Preconditions.checkNotNull with java.util.Objects.requireNonNull"
2019-12-18 16:42:43 +00:00
TreeHugger Robot
6d080ff13b
Merge "Replace com.android.internal.util.Preconditions.checkNotNull with java.util.Objects.requireNonNull"
2019-12-18 16:42:02 +00:00
Automerger Merge Worker
d7c79c3a2c
Merge "Do not restart activity when pinned set changes - just re-sort." into qt-qpr1-dev am: 0416784c2e
...
Change-Id: I094be054c2a0be923714cc2cee54a95aced84bf8
2019-12-18 16:01:15 +00:00
Alison Cichowlas
0416784c2e
Merge "Do not restart activity when pinned set changes - just re-sort." into qt-qpr1-dev
2019-12-18 15:41:33 +00:00
Alison Cichowlas
8cf9bb61d6
Merge "Do not restart activity when pinned set changes - just re-sort."
2019-12-18 14:35:02 +00:00
Daulet Zhanguzin
71339a9b87
Replace com.android.internal.util.Preconditions.checkNotNull with
...
java.util.Objects.requireNonNull
Bug: 126528330
Test: Treehugger
Change-Id: Ia2067fe2bd16bb53534deb6a963b3445a48e74cf
2019-12-18 14:34:12 +00:00
Daulet Zhanguzin
e1559479eb
Replace com.android.internal.util.Preconditions.checkNotNull with
...
java.util.Objects.requireNonNull
Bug: 126528330
Test: Treehugger
Change-Id: Ia0e5166475169769f22cfd4ee7e23b6408a5e981
2019-12-18 14:20:29 +00:00
Daulet Zhanguzin
a703487df6
Replace com.android.internal.util.Preconditions.checkNotNull with
...
java.util.Objects.requireNonNull
Bug: 126528330
Test: Treehugger
Change-Id: I69e57498b89b2822eed09bb2688a3638c8903a7c
2019-12-18 14:04:40 +00:00
Ricky Wai
32e4875f6b
Merge changes from topic "mount_isolate_apps_data"
...
* changes:
App data directory isolation
Pass app visible packages data directory info to zygote
2019-12-18 13:07:02 +00:00
Derek Sollenberger
7da86dd922
Merge "Move FrameMetricsObserver logic into UI Module."
2019-12-18 12:14:26 +00:00
Adrian Roos
cc64caeacf
Merge "Revert "Enable IME Insets flag""
2019-12-18 09:42:08 +00:00
Riddle Hsu
f7146a989d
Revert "Enable IME Insets flag"
...
This reverts commit 86ed94a13b .
Reason for revert: break wm presubmit
Change-Id: Ie9bbfa4e1293560c0605ee68f0e87d00a2b0579d
2019-12-18 09:03:36 +00:00
Automerger Merge Worker
0b4fab63e6
Merge "vibrator: Support Always-On Effects" am: 65303aa385 am: 5d97061d0b am: 197079ffdb
...
Change-Id: I125494e9dcb936f786b8975c9030adf13ef037fa
2019-12-18 06:52:22 +00:00
Automerger Merge Worker
197079ffdb
Merge "vibrator: Support Always-On Effects" am: 65303aa385 am: 5d97061d0b
...
Change-Id: I1a83e4190a404b94653da68762c2c8acfa8078b9
2019-12-18 06:35:31 +00:00
Harpreet \"Eli\" Sangha
5d97061d0b
Merge "vibrator: Support Always-On Effects"
...
am: 65303aa385
Change-Id: I3421d02508a1dda6960bcc307c4ff1f0343937f6
2019-12-17 22:18:07 -08:00
Treehugger Robot
65303aa385
Merge "vibrator: Support Always-On Effects"
2019-12-18 06:10:18 +00:00
TreeHugger Robot
b4bb59a9f4
Merge "Removed the DEFAULT_USER_ID_TO_BOOT_INTO settings property - it's not used."
2019-12-18 05:21:37 +00:00
TreeHugger Robot
5c47ee6c1a
Merge "add IncrementalManagerService to system server"
2019-12-18 04:18:30 +00:00
Felka Chang
0384736c1d
Merge "Add the root of crates by Context.getCrateDir"
2019-12-18 03:44:30 +00:00
Taran Singh
cd3e045b2c
Merge "Enable IME Insets flag"
2019-12-18 03:19:50 +00:00
Alison Cichowlas
2d3442466e
Do not restart activity when pinned set changes - just re-sort.
...
Bug: 145703939
Test: Share dialog via screenshot, long press for pin, observe behavior.
Change-Id: I6e9e03b77e1486093097ea1488fa589e3c7bd482
Merged-In: I6e9e03b77e1486093097ea1488fa589e3c7bd482
2019-12-18 02:40:02 +00:00
Alison Cichowlas
bc29081628
Do not restart activity when pinned set changes - just re-sort.
...
Bug: 145703939
Test: Share dialog via screenshot, long press for pin, observe behavior.
Change-Id: I6e9e03b77e1486093097ea1488fa589e3c7bd482
2019-12-17 21:33:44 -05:00
Jeff Sharkey
e0ae4a4d5b
Merge "Shuffling to prepare for MediaProvider APEX."
2019-12-18 01:44:59 +00:00
Jeff Sharkey
04b4ba1e15
Shuffling to prepare for MediaProvider APEX.
...
An upcoming change will move MediaStore to be within the recently
created MediaProvider APEX. This means that MediaStore will need to
be fully built against @SystemApi, and so this CL adjusts APIs to
support a clean transition:
-- Listing of "recent" storage volumes and scan paths for "internal"
storage is now handled by StorageManager directly, so that partners
retain control over what is deemed recent.
-- StorageVolume now returns the MediaStore volume name and the
filesystem directory where its contents are presented to apps.
-- Conversion of legacy thumbnail "kind" values to dimensions now
happens directly inside MediaStore.
-- PendingParams and PendingSession are completely removed.
-- Contributed media APIs are completely removed.
-- Media for demo users is now surfaced as a unique StorageVolume.
-- Migrate most MediaStore APIs to accept ContentResolver, which
supports easy usage of ContentResolver.wrap().
Bug: 144247087, 137890034
Test: atest --test-mapping packages/providers/MediaProvider
Exempt-From-Owner-Approval: in-place refactoring
Change-Id: I445528b2779bb37b9f2558e67a3cfc9f60412092
2019-12-18 01:35:46 +00:00
Jeffrey Huang
8c1ae5aef8
Create statsmanager service
...
Bug: 146074170
Test: Manual
Change-Id: Ia96f2df24e660fe3293fb2e873e9050a55398cee
2019-12-17 16:54:11 -08:00
Jeff Sharkey
56911a8623
Merge "Allow "LOCALIZED" and "UNICODE" collators."
2019-12-18 00:48:19 +00:00
Adam He
b50bc1f669
Merge "API for autofill integration with keyboard."
2019-12-18 00:39:13 +00:00
Automerger Merge Worker
e44fee2d3a
Merge "docs: Fixed typo" into qt-dev am: 3e4f4f9933 am: 6231cffbb8 am: 18c0fbfacd am: b6349b363d
...
Change-Id: I8b6bdefb277e58c2342075601e49f62fd1ce66f6
2019-12-18 00:07:53 +00:00
Automerger Merge Worker
b6349b363d
Merge "docs: Fixed typo" into qt-dev am: 3e4f4f9933 am: 6231cffbb8 am: 18c0fbfacd
...
Change-Id: Ic8cde8755fe5fce355931efb735c7d90fb857817
2019-12-17 23:58:44 +00:00
Taran Singh
a4e4cd1a3d
Merge "Add alpha support to Insets API"
2019-12-17 23:52:31 +00:00
Automerger Merge Worker
18c0fbfacd
Merge "docs: Fixed typo" into qt-dev am: 3e4f4f9933 am: 6231cffbb8
...
Change-Id: I1653273a1d9c0eae7b8a8406bc188e2e909ffaa0
2019-12-17 23:43:26 +00:00