Commit Graph

79387 Commits

Author SHA1 Message Date
Julia Reynolds
348f19e6a3 Merge "Grant uri access to notification listeners." 2018-02-06 13:46:31 +00:00
TreeHugger Robot
738471a962 Merge "Make phone number actions dependent on user privileges" 2018-02-06 11:01:53 +00:00
TreeHugger Robot
705c01a542 Merge "Dump autofill compat packages." 2018-02-06 10:24:16 +00:00
Adam Lesinski
fbde6988ac Merge "OMS: handle overlay package upgrades, uninstalls" 2018-02-06 05:21:51 +00:00
Android Build Merger (Role)
d83226fd8d Merge "Merge "Add function to change LE Tx Data Length" am: 383a7d432f am: cffe307fa5 am: 3a19b325c1" 2018-02-06 04:23:20 +00:00
Stanley Tng
8c3e3d178e Merge "Add function to change LE Tx Data Length" am: 383a7d432f am: cffe307fa5
am: 3a19b325c1

Change-Id: I717bfaa6fa452be311b493199dfc59a9124a73f0
2018-02-06 04:18:57 +00:00
Hans Boehm
6e9162075f Merge "Increase CRASH_AT_SIZE to 20000" 2018-02-06 04:15:56 +00:00
Stanley Tng
3a19b325c1 Merge "Add function to change LE Tx Data Length" am: 383a7d432f
am: cffe307fa5

Change-Id: I02a15bfc36d8c8817c45e4c6f56ebbfbbf571338
2018-02-06 03:27:07 +00:00
Mårten Kongstad
db0e34ed83 OMS: handle overlay package upgrades, uninstalls
Teach the overlay manager about upgrades and uninstalls of overlay
packages. Add two transient overlay states STATE_TARGET_UPGRADING and
STATE_OVERLAY_UPGRADING.

Test: atest OverlayHostTests
Change-Id: I2d04204150f9e749f070b4e4363eacbd59355014
2018-02-05 19:26:24 -08:00
Stanley Tng
cffe307fa5 Merge "Add function to change LE Tx Data Length"
am: 383a7d432f

Change-Id: I5e4e634b7265d3673a2142fc629d381d4b16b491
2018-02-06 03:06:49 +00:00
TreeHugger Robot
c437b8ecde Merge "Camera2: Add API to expose all physical camera metadata" 2018-02-06 02:47:40 +00:00
TreeHugger Robot
4b1f8e2f2d Merge "Require only ACTION_VIEW for web instant apps" 2018-02-06 01:29:05 +00:00
Stanley Tng
383a7d432f Merge "Add function to change LE Tx Data Length" 2018-02-06 01:02:33 +00:00
TreeHugger Robot
b80a4052c7 Merge "Add Settings Global value for anomaly config" 2018-02-06 00:55:21 +00:00
TreeHugger Robot
35232df401 Merge "Exempt system apps from hidden API warnings" 2018-02-06 00:07:40 +00:00
Fyodor Kupolov
f3f6f000ed Merge "Make MATCH_FACTORY_ONLY @TestApi" 2018-02-05 23:44:31 +00:00
Patrick Baumann
0da8537cf6 Require only ACTION_VIEW for web instant apps
When generic intent resolution support was added to instant apps, it
added the requirement that web instant app resolution also require the
BROWSABLE category. This change relaxes that requirement.

Test: manual - sent intent without browsable and observed resolution
Change-Id: I7d4d891484f538b46d37f2c8e7c040b370b46b9e
Fixes: 72835413
2018-02-05 23:21:47 +00:00
TreeHugger Robot
d205cde576 Merge "Revert "Add debug logs"" 2018-02-05 23:09:24 +00:00
jackqdyulei
fa81bee278 Add Settings Global value for anomaly config
1. ANOMALY_CONFIG_VERSION: version of the anomlay config
2. ANOMALY_CONFIG: a base64-encoded string of raw config.

Bug: 72385333
Test: Build
Change-Id: If990d2e00e019cc6d6a6c601de9a08bd5e649654
2018-02-05 14:40:40 -08:00
Hans Boehm
a2a39f2c00 Increase CRASH_AT_SIZE to 20000
Bug: 71353150
Test: Build and boot master
Change-Id: I2c9a8a93b01ae3eff0db657cb515a48502eaacbc
2018-02-05 14:30:00 -08:00
TreeHugger Robot
b60f46802f Merge "Avoid improperly removing views during transitions" 2018-02-05 22:16:32 +00:00
TreeHugger Robot
edace1cc15 Merge "Add DEFAULT dump priority for services" 2018-02-05 21:39:36 +00:00
Hall Liu
04674a0ef9 Merge "Add setting and logging for RTT" 2018-02-05 21:30:51 +00:00
TreeHugger Robot
62d8fc2594 Merge "camera: Extend the multiple capture request requirements" 2018-02-05 21:13:21 +00:00
Vishnu Nair
df6c6e7c55 Add DEFAULT dump priority for services
- Adds a new DEFAULT priority for services which is treated the same as NORMAL priority but dumpsys does not send "--dump-priority" arguments to the service.

Bug: 27429130
Test: Manually generate bugrepot (default version) and check for any issues
Test: Load bugreport on ABT
Test: mmm -j56 frameworks/native/cmds/dumpstate && \
      adb shell /data/nativetest64/dumpstate_smoke_test/dumpstate_smoke_test && \
      printf "\n\n#### ALL TESTS PASSED ####\n"

Change-Id: Ia90ae16d56d0144e679cf39ebfbf4473dd21f167
2018-02-05 13:04:55 -08:00
Todd Kennedy
96d601bd10 Revert "Add debug logs"
This reverts commit f996b76623.

Change-Id: I855a61070411b2a1fa8f1add10998aaabcef43f6
Fixes: 72369036
Test: Manual; builds and runs
2018-02-05 12:50:30 -08:00
David Brazdil
9e93d57221 Exempt system apps from hidden API warnings
Bug: 64382372
Test: make
Change-Id: Ib9bb92f29858dea4f53b0b1ba3b40bdf22b897c9
2018-02-05 20:04:16 +00:00
Hall Liu
d4d2a8a658 Add setting and logging for RTT
Add a system setting to store preferred RTT mode for calls. Add logging
for RTT in Telecom base classes.

Bug: 63934808
Test: manual
Change-Id: Ie26fac800931604379bbe7b8abfed7caa8c0236d
2018-02-05 11:47:30 -08:00
TreeHugger Robot
4b909212b3 Merge "STOPSHIP: Add UidCpuPower global setting" 2018-02-05 18:10:37 +00:00
Julia Reynolds
e0d711f435 Grant uri access to notification listeners.
Bug: 9069730
Bug: 63708826
Test: runtest systemui-notification
Change-Id: I87e9dffde35e1afc5e23137df09e0c093d656e23
2018-02-05 17:17:01 +00:00
Julia Reynolds
30b82786c1 Merge "Rename broadcast constants" 2018-02-05 17:07:13 +00:00
Richard Ledley
309f009127 Merge "Linkify documentation updates." 2018-02-05 17:06:53 +00:00
TreeHugger Robot
2ea1ed2470 Merge "Fix missing JavaDoc of IMM#toggleSoftInput()" 2018-02-05 16:56:45 +00:00
TreeHugger Robot
19160d923d Merge "Updating smart text selection animation" 2018-02-05 15:59:56 +00:00
TreeHugger Robot
5ce2d49b2f Merge "Introduce "adb shell dpm force-security-logs"" 2018-02-05 15:16:23 +00:00
Richard Ledley
3e43fc5623 Linkify documentation updates.
Test: Building succeeds.

Bug: 72562811

Change-Id: Idf8979107f487ca93fe970b689a16941565c22b5
2018-02-05 15:07:23 +00:00
Julia Reynolds
44ff7c9585 Rename broadcast constants
Test: runtest systemui-notification, cts verifier
Change-Id: I41812e7fa0ae532fbdff5c5ba88887d1b1187b79
Fixes: 72762612
2018-02-05 15:05:00 +00:00
felipeal
d1d0e4ae1a Dump autofill compat packages.
Test: manual verification
Bug:72811034

Change-Id: Iee815a84e4ff9fa1ace9301b5da7c883d4e753b8
2018-02-05 15:51:17 +01:00
Jan Althaus
80620c52b9 Updating smart text selection animation
Now animates the highlight itself as opposed to an outline.

Bug: 70540865
Test: Manually tested it with single and multi-line - ltr and rtl
Change-Id: I8afee259c9952fcff0b713bca62c82a1022f2b0d
2018-02-05 13:45:13 +01:00
TreeHugger Robot
d11dc140bc Merge "VV2 & MCV2: Move handling MediaControlView2 visibility logic to VV2" 2018-02-05 10:17:33 +00:00
TreeHugger Robot
1bb9f29909 Merge "Autofill compatibility mode." 2018-02-05 09:55:29 +00:00
Insun Kang
718c1d122f VV2 & MCV2: Move handling MediaControlView2 visibility logic to VV2
MediaControlView2's setTimeout API is removed and MCV2's visibility
handling logic is moved into VideoView2.

Test: build
Change-Id: I149119148f159c78e86c5061d247f0a434310719
2018-02-05 16:39:58 +09:00
Yohei Yukawa
3db07bb547 Fix missing JavaDoc of IMM#toggleSoftInput()
This CL addresses a typo in the JavaDoc of IMM#toggleSoftInput(),
which has prevented it from being treated as a valid JavaDoc.

Note that this CL removes @hide simply because it is too late.  The
method in question has already been exposed to developers since API
level 3 (Cupcake) because of the typo.

Bug: 13002424
Test: make -j doc-comment-check-docs
Change-Id: I3e42d433f20c56ee63373bb390aad59e3bd7ec4f
2018-02-05 15:26:25 +09:00
TreeHugger Robot
76be79a7c9 Merge "Exempt sync requests by FG app from app-standby" 2018-02-05 05:11:18 +00:00
TreeHugger Robot
00f255e795 Merge "VideoView2: Replace showSubtitle with setSubtitleEnabled" 2018-02-05 02:07:55 +00:00
Hugo Benichi
fbbd75839d Merge "Update OWNER files for connectivity" am: 771e229a23 am: ce0c31d392
am: 9a70530107

Change-Id: I1754c7bd602db58bd6c4e72d5f0dd77786d730da
2018-02-05 00:54:50 +00:00
Hugo Benichi
9a70530107 Merge "Update OWNER files for connectivity" am: 771e229a23
am: ce0c31d392

Change-Id: I5a995856aa347874b534312212ca73ffff0193c0
2018-02-05 00:39:54 +00:00
Hugo Benichi
ce0c31d392 Merge "Update OWNER files for connectivity"
am: 771e229a23

Change-Id: I6daf999785a855ab2a7c97f113f5f8ec87a13256
2018-02-05 00:30:14 +00:00
Stanley Tng
918c5241c0 Add function to change LE Tx Data Length
As part of new SL4A tests for LE CoC to measure data throughput, this
commit adds a function to set the LE Tx Data Length parameter to its
maximum.

Test: Ran the new ACTS Tests for LE CoC (BleCocTest and BleCoc2ConnTest)
Bug: 70683224
Change-Id: Iea93f6cb9f4f7cc484f121afa158d7dae18d1ef1
2018-02-04 15:55:39 -08:00
Hugo Benichi
771e229a23 Merge "Update OWNER files for connectivity" 2018-02-04 23:18:52 +00:00