Victor Chang
954cfce18d
Merge "Send DEVICE_OWNER_CHANGED to manifest receivers in background"
2017-01-25 12:13:36 +00:00
Victor Chang
94666c0570
Send DEVICE_OWNER_CHANGED to manifest receivers in background
...
- DEVICE_OWNER_CHANGED is an event that could happen maximum of 2 times
after device factory reset. The event rarely
happens, and it shouldn't affect any system health
Fix: 34446573
Test: adb shell am instrument -w -e class
com.android.server.devicepolicy.DevicePolicyManagerTest
com.android.frameworks.servicestests/android.support.test.runner.AndroidJUnitRunner
Change-Id: Ic1af2016f590e1200bb3e56f63caa0e0b12f71f8
2017-01-25 12:01:09 +00:00
Tobias Thierer
981bd31b33
Merge "API: Update Collections to OpenJDK8u60" am: 815fb54798 am: b8557c431d am: 6a5fccdc66
...
am: db79f383e9
Change-Id: Ie1d8db44913d24f55682465021fe1145be76c5d2
2017-01-25 11:50:30 +00:00
Tobias Thierer
db79f383e9
Merge "API: Update Collections to OpenJDK8u60" am: 815fb54798 am: b8557c431d
...
am: 6a5fccdc66
Change-Id: I2636fb0fc54bbf0958b498494f4d587aa283b7d4
2017-01-25 11:44:56 +00:00
Nicolas Prévot
38c2395078
Merge "Allow DO to provision even if it has set disallow remove mp."
2017-01-25 11:42:05 +00:00
Tobias Thierer
6a5fccdc66
Merge "API: Update Collections to OpenJDK8u60" am: 815fb54798
...
am: b8557c431d
Change-Id: I074661952d4d8b67cdba3038f564d29329469bab
2017-01-25 11:40:33 +00:00
Tobias Thierer
b8557c431d
Merge "API: Update Collections to OpenJDK8u60"
...
am: 815fb54798
Change-Id: I97f0155ed743c7bc674f0241b2b07955e8d68e56
2017-01-25 11:35:11 +00:00
Tobias Thierer
815fb54798
Merge "API: Update Collections to OpenJDK8u60"
2017-01-25 11:29:43 +00:00
Nicolas Prévot
7242ca5137
Merge "Update DPM unit tests checking isProvisioningAllowed for comp."
2017-01-25 10:54:46 +00:00
Filip Pavlis
a1dc8f6d71
Merge "Add getParent() on Preference."
2017-01-25 10:26:24 +00:00
Bartosz Fabianowski
6c9c5541ab
Merge "Add device id attestation"
2017-01-25 08:11:09 +00:00
TreeHugger Robot
68eb1ac342
Merge "Follow minikin::FontFamily constructor signature change."
2017-01-25 07:05:50 +00:00
TreeHugger Robot
b2540e8d8d
Merge changes from topic 'remove-idmap-adamlesinski'
...
* changes:
Fix memory leak during idmap creation
installd: add command 'removeIdmap'
2017-01-25 06:33:35 +00:00
TreeHugger Robot
3ca3107a82
Merge "power HAL uses "default" service name"
2017-01-25 05:41:59 +00:00
TreeHugger Robot
b81d978490
Merge changes from topic 'sensor_direct_report'
...
* changes:
Sensor event direct report mode implementation
Sensor event direct report mode support API
2017-01-25 05:08:46 +00:00
Mårten Kongstad
6bb13da278
Fix memory leak during idmap creation
...
Plug a memory leak in AssetManager::createIdmap.
Bug: 31052947
Test: use Valgrind and dummy native app
Change-Id: I83af3a40516ed2d50d5a7c8ee175ed960fde9933
2017-01-24 20:26:51 -08:00
Mårten Kongstad
16382634fc
installd: add command 'removeIdmap'
...
Add an installd command to remove an idmap file. This is the inverse of
the 'idmap' command and is intended for clean-up once an idmap file is
no longer needed because an APK was removed, etc.
This commit depends on a corresponding commit in frameworks/native (with
the same Change-Id).
Bug: 31052947
Test: run tests from 'OMS: tests for OverlayManagerService'
Change-Id: Iae19a519803f0c172b02a32faa283ef36f43863c
2017-01-24 20:24:44 -08:00
Bartosz Fabianowski
92e8cfd21d
Add device id attestation
...
This adds a new public API for attesting the device's hardware ids
(e.g. serial number and IMEI).
Bug: 34597337
Test: CTS CtsKeystoreTestCases and GTS DeviceIdAttestationHostTest
Change-Id: I2e9c1b4f8eb24afa4a09c71c137ce33a6b87eb27
2017-01-25 04:47:15 +01:00
TreeHugger Robot
6bb61a7d24
Merge "Add support for carrier demo mode"
2017-01-25 03:41:36 +00:00
Peter Qiu
95b89b304e
Merge "hotspot2: add support for complete PerProviderSubscription/Credential subtree" am: 123aa5d8b1 am: 55d23d0829 am: c11689de2f
...
am: 4be45a09f4
Change-Id: I827135881dfbfa46a9566b838c1de2d1f99a0456
2017-01-25 03:30:50 +00:00
TreeHugger Robot
d9861d9715
Merge "Finish font support for AAPT"
2017-01-25 03:28:26 +00:00
Peter Qiu
4be45a09f4
Merge "hotspot2: add support for complete PerProviderSubscription/Credential subtree" am: 123aa5d8b1 am: 55d23d0829
...
am: c11689de2f
Change-Id: Icb6bd9db5058b11cc27174acf616a8d751041d1d
2017-01-25 03:26:19 +00:00
Peter Qiu
c11689de2f
Merge "hotspot2: add support for complete PerProviderSubscription/Credential subtree" am: 123aa5d8b1
...
am: 55d23d0829
Change-Id: Ia7d1beb9a1ebd55a72c403f9ed159f55b491b10b
2017-01-25 03:21:49 +00:00
Peng Xu
fa2672b71d
Sensor event direct report mode implementation
...
Implementation of sensor direct report API. In this verison, only
ashmem(MemoryFile) backed direct channel is implemented. Support
of HardwareBuffer class will come in a following CL.
Test: tested with demo app
Bug: 30985702
Change-Id: I29cae5cb2615c7a128fe203ed1545c03010ca4aa
2017-01-24 19:18:29 -08:00
Peter Qiu
55d23d0829
Merge "hotspot2: add support for complete PerProviderSubscription/Credential subtree"
...
am: 123aa5d8b1
Change-Id: If8164839812728361fcd3d9b2f37c481ccf9b33c
2017-01-25 03:17:19 +00:00
Treehugger Robot
123aa5d8b1
Merge "hotspot2: add support for complete PerProviderSubscription/Credential subtree"
2017-01-25 03:09:09 +00:00
TreeHugger Robot
482ebe9bad
Merge "Implemented network score cache filtering."
2017-01-25 03:01:38 +00:00
Peter Qiu
ff256204e8
Merge "hotspot2: add support for complete HomeSP subtree" am: 28c7afe578 am: 6570ce6c80 am: 704f1bfea4
...
am: 890cc7e901
Change-Id: I56ae04669ad7e4031cef84489c84cd7230464483
2017-01-25 02:23:49 +00:00
Peter Qiu
890cc7e901
Merge "hotspot2: add support for complete HomeSP subtree" am: 28c7afe578 am: 6570ce6c80
...
am: 704f1bfea4
Change-Id: I0ad0256eb12fd4c255dd0c27d7ec8b90d42ccbdc
2017-01-25 02:19:45 +00:00
Peter Qiu
704f1bfea4
Merge "hotspot2: add support for complete HomeSP subtree" am: 28c7afe578
...
am: 6570ce6c80
Change-Id: I8c232cc7d246b28943d16c1f28121597dad8f215
2017-01-25 02:15:44 +00:00
Peter Qiu
6570ce6c80
Merge "hotspot2: add support for complete HomeSP subtree"
...
am: 28c7afe578
Change-Id: If1b097fb5b9453d1e108534c1fb088dfc92b1b6e
2017-01-25 02:11:10 +00:00
Treehugger Robot
28c7afe578
Merge "hotspot2: add support for complete HomeSP subtree"
2017-01-25 02:02:59 +00:00
Ying Wai (Daniel) Fan
896c7f8937
Merge "Correct the formula of battery capacity estimation."
2017-01-25 02:01:53 +00:00
TreeHugger Robot
58ac1310db
Merge "Camera2: Combine API for deferred surface and shared surface"
2017-01-25 01:54:24 +00:00
TreeHugger Robot
1909ec1cd5
Merge "Update Status Bar with Badged Wifi Icons."
2017-01-25 01:42:46 +00:00
Jeremy Joslin
ba24273401
Implemented network score cache filtering.
...
NetworkScoreCaches registered with a filter type will now only
receive updates that match their filter criteria.
Test: runtest frameworks-services -c com.android.server.NetworkScoreServiceTest
Bug: 34127291
Change-Id: I3d5e6e57b6682707b0734259a2530658ad75dbb7
2017-01-24 17:33:47 -08:00
Ralph Nathan
9d3d90a22f
Merge "Add FEATURE_EMBEDDED to PackageManager"
2017-01-25 01:32:54 +00:00
TreeHugger Robot
01e4eeb0e8
Merge "Added StackWindowContainerController"
2017-01-25 01:25:19 +00:00
Jason Long
b04c54fdb3
Merge "Define contract for AutoFillServiceInfo more precisely."
2017-01-25 01:21:43 +00:00
TreeHugger Robot
e84ad491c8
Merge "Add color mode to activity/window"
2017-01-25 01:20:28 +00:00
TreeHugger Robot
b7cab6a190
Merge changes from topic 'bisto-request'
...
* changes:
Allow privileged app to set media key event listener
Allow privileged app to set volume key long-press listener
2017-01-25 01:16:32 +00:00
Yuichi Araki
b08655764b
Merge "AAPT: Add --no-version-transitions flag"
2017-01-25 01:05:24 +00:00
Hongming Jin
f32d909df0
Merge "Test: AccountManagerService APCT test."
2017-01-25 01:00:56 +00:00
Peng Xu
ccf0c8edea
Sensor event direct report mode support API
...
Add direct report mode support API with stub implementation.
* new SensorDirectChannel class to represent direct channel and
hold related constants.
* new methods in SensorManager to create/destroy direct channel
* new method in SensorManager to config sensor report in direct
channel
* new methods in Sensor to expose direct report related capability
of sensor.
Test: tested with demo app
Bug: 30985702
Change-Id: Ic03c67bea4ed0a728d3d783e95de6c59cf663cca
2017-01-24 16:54:05 -08:00
TreeHugger Robot
3c30e00add
Merge "Remove accessibility labels of application info and dimiss"
2017-01-25 00:50:21 +00:00
Android Build Merger (Role)
840a779a42
Merge "Merge "MessagingStyle: Fix buggy measure in MessagingLinearLayout" into nyc-mr2-dev am: ae5d4ff831 am: 8d2ffaefaa"
2017-01-25 00:36:24 +00:00
Adrian Roos
14d84f56c9
Merge "MessagingStyle: Fix buggy measure in MessagingLinearLayout" into nyc-mr2-dev am: ae5d4ff831
...
am: 8d2ffaefaa
Change-Id: I566523005ac5f21e1033f30d99d220b8f513167c
2017-01-25 00:35:46 +00:00
Android Build Merger (Role)
69031d61fa
Merge "MessagingStyle: Fix buggy measure in MessagingLinearLayout am: 4749930c37 am: c0f4f0a1dc"
2017-01-25 00:35:26 +00:00
Daniel Nishi
b08c9f387a
Merge "Only count user 0 for diskstats package logging."
2017-01-25 00:35:19 +00:00
Adrian Roos
3ecaa8e27b
MessagingStyle: Fix buggy measure in MessagingLinearLayout am: 4749930c37
...
am: c0f4f0a1dc
Change-Id: Icc4f29c3e6d44aa00159e7355bd5d3957c7905c7
2017-01-25 00:34:35 +00:00