Bryce Lee
ee289616fb
Merge "Add aborted start result." into oc-dev am: 8796c20dae
...
am: 943794bb70
Change-Id: I9bf7aa7a5b1e8fbf7ccdea5a883c0ce98fa8f3ff
2017-06-27 04:27:08 +00:00
Bryce Lee
943794bb70
Merge "Add aborted start result." into oc-dev
...
am: 8796c20dae
Change-Id: I849ea5bfce87bd6a9264308e40242f6a2026713c
2017-06-27 04:20:35 +00:00
Bryce Lee
8796c20dae
Merge "Add aborted start result." into oc-dev
2017-06-27 04:14:26 +00:00
Jeff Davidson
f60773b22d
Merge "Pass calling package to resolution UI." into oc-dr1-dev
...
am: 776220d029
Change-Id: I9896d70fea9d69025c1a77d634333d160a71acb6
2017-06-27 00:53:58 +00:00
TreeHugger Robot
776220d029
Merge "Pass calling package to resolution UI." into oc-dr1-dev
2017-06-27 00:48:39 +00:00
Makoto Onuki
bb55e3e2e4
Merge "Whitelist ACTION_QUICK_CONTACT from StrictMode.onFileUriExposed" into oc-dr1-dev
...
am: c4ccefc7fd
Change-Id: I2701f1fc12d487d23200ef8e5509535656fe27fe
2017-06-26 23:53:00 +00:00
TreeHugger Robot
c4ccefc7fd
Merge "Whitelist ACTION_QUICK_CONTACT from StrictMode.onFileUriExposed" into oc-dr1-dev
2017-06-26 23:49:07 +00:00
Makoto Onuki
9b723d886e
Merge "Fix activity icon badging for non-bitmap icons" into oc-dev am: 9f607f4c0b
...
am: eb63919bc4
Change-Id: Ie035bcafa71e4b8d2e2e839212b001dc4c1d00f7
2017-06-26 23:36:48 +00:00
Makoto Onuki
eb63919bc4
Merge "Fix activity icon badging for non-bitmap icons" into oc-dev
...
am: 9f607f4c0b
Change-Id: Ie8b426c14fa30b7c2f5eadc5818e1dfd16f8c0a5
2017-06-26 23:31:59 +00:00
Bryce Lee
f9d4954f30
Add aborted start result.
...
Previously, we were returning START_SUCCESS when ActivityStarter
aborted launching the activity. This hides this activity and makes it
harder to debug.
This CL adds a new start result type to capture this internally.
Bug: 38121026
Test: manual
Test: go/wm-smoke
Change-Id: I97699b22b1eff476724c48db0c29daa0566ad280
2017-06-26 16:27:32 -07:00
TreeHugger Robot
9f607f4c0b
Merge "Fix activity icon badging for non-bitmap icons" into oc-dev
2017-06-26 23:25:17 +00:00
Makoto Onuki
7edc7569b7
Merge "Log sync details to rotating log files (userdebug/eng only)" into oc-dr1-dev
...
am: c4e8720eb2
Change-Id: Ib24297e8ca16f1f9db5f6951438f4f7006e545c7
2017-06-26 21:15:26 +00:00
TreeHugger Robot
c4e8720eb2
Merge "Log sync details to rotating log files (userdebug/eng only)" into oc-dr1-dev
2017-06-26 20:58:29 +00:00
Christine Franks
21e21efcf9
Merge "Add ACTION_DISMISS_TIMER intent" into oc-dr1-dev
...
am: ca4def2ac8
Change-Id: I9b847d08144f484bb68a293c0be258fb52fdeb92
2017-06-26 19:41:24 +00:00
Christine Franks
c99c0e2297
Add ACTION_DISMISS_TIMER intent
...
Bug: 38475809
Test: manual - visual inspection of code
Change-Id: I9e58c9699fc2e6afad38db6b44f2e2b649564327
2017-06-26 14:34:47 +00:00
Richard Uhler
a18500b508
Fix bug in reporting SwapPss in dumpsys meminfo.
...
am: a178205e8b
Change-Id: I49c805c6fab673008b18a5a8deb256ec2a5fb970
2017-06-26 09:01:32 +00:00
Richard Uhler
a178205e8b
Fix bug in reporting SwapPss in dumpsys meminfo.
...
Bug: 29875093
Test: Run dumpsys meminfo -a, verify SwapPss adds up and is non-zero
for dalvik and native.
Change-Id: I79d0b6a59bf5f4e73f75f0b9540ec0fcc9e23b02
2017-06-26 06:34:04 +00:00
Phil Weaver
da3774ea41
Merge "Protect a11y against multi-threaded UIs" into oc-dr1-dev
...
am: 10a41f9b12
Change-Id: I24be95a742543ebb89c51a177af8875ce2dc7b43
2017-06-24 05:16:33 +00:00
TreeHugger Robot
10a41f9b12
Merge "Protect a11y against multi-threaded UIs" into oc-dr1-dev
2017-06-24 04:44:12 +00:00
Selim Cinek
ec85913a74
Merge "Fixed an issue in the contrast calculation" into oc-dev am: 9bf5c0c3e1
...
am: 12a2a7d0f1
Change-Id: Ice72e01f1ce2a38739c4306b9df4ab33bc16b2c9
2017-06-24 01:05:22 +00:00
Selim Cinek
12a2a7d0f1
Merge "Fixed an issue in the contrast calculation" into oc-dev
...
am: 9bf5c0c3e1
Change-Id: Ic93f722459de8da30b9b2f8971dfd0b650e37f10
2017-06-24 00:55:48 +00:00
Selim Cinek
ff122e750c
Merge "Fixed an issue in the contrast calculation" into oc-dev
...
am: 9bf5c0c3e1
Change-Id: I9f1dc8c2c6d2ad461efc2722a5b1829f753dfcd4
2017-06-24 00:55:46 +00:00
Selim Cinek
9bf5c0c3e1
Merge "Fixed an issue in the contrast calculation" into oc-dev
2017-06-24 00:44:13 +00:00
Selim Cinek
4c80791919
Fixed an issue in the contrast calculation
...
The parameters were passed the wrong way around.
Test: manual inspection
Fixes: 62937149
Change-Id: I7ae2bb2a4136da37d6b59b2b1406c68ce7fe7b6b
2017-06-23 17:29:50 -07:00
Ying Xu
a465181691
Merge "Add flag to wipe eUICC data" into oc-dr1-dev
...
am: 05ce703c87
Change-Id: I556f01f7f317e639f8a33a981154721e53a95641
2017-06-23 21:04:25 +00:00
Ying Xu
05ce703c87
Merge "Add flag to wipe eUICC data" into oc-dr1-dev
2017-06-23 20:52:56 +00:00
Makoto Onuki
8f2a478d9d
Fix activity icon badging for non-bitmap icons
...
Bug 62930145
Test: Manual test with development/samples/ShortcutDemo/launcher/
Change-Id: I8d0eed2e1f93a3b04a6a078c25cefbfc47c528a4
2017-06-23 13:10:41 -07:00
Makoto Onuki
a9dca2483e
Log sync details to rotating log files (userdebug/eng only)
...
Bug 62052247
Test: Manual test with setting debug.synclog to 0 and 1.
Change-Id: I553dc8d3457ae99cbca5bf6a74303b8a8d8817e7
2017-06-23 12:21:58 -07:00
yinxu
f4f9cec234
Add flag to wipe eUICC data
...
Add a new flag in the DevicePolicyManager so that we can Use
EuiccManager#eraseSubscriptions(PendingIntent) to erase all the carrier data
from eUICC chip if the user choose to "ERASE" from the Android device manager.
Bug: 37277944
Test: E2E
Change-Id: Ia78090a00d956c645725be4fd591e02ded8ec467
2017-06-23 10:56:55 -07:00
Makoto Onuki
fb2d50e891
Whitelist ACTION_QUICK_CONTACT from StrictMode.onFileUriExposed
...
Bug 38428650
Test: Manual test on an eng build + logcat + contacts app
Change-Id: I1b6c99b8f42443511baddd8574955a17342b2ac9
(cherry picked from commit 7d1911f264 )
2017-06-23 17:52:10 +00:00
Vladimir Marko
8c120b8eb5
Merge "Rename Binder.destroy() to Binder.destroyBinder()." am: a634b38c8e am: 1b4b326128
...
am: 17bb92fe14
Change-Id: I08ab885e0b4373074e5eba3d36dcbb73c87458dc
2017-06-23 12:45:17 +00:00
Seigo Nonaka
c25c3da8b6
Stop loading other package's font by default.
...
Since CONTEXT_RESTRICTED is not a default flag of createPackageContext,
we can't rely on it for preventing unexpected font injections.
To protect developers and existing apps from a risk of font injection,
stop loading font from other package's resouce unless the developer
explicitly set CONTEXT_IGNORE_SECURITY.
Bug: 62813533
Bug: 62879353
Test: Manually done
Merged-In: I4442ddc48dadb5c968b444be86038b602074d301
Change-Id: I4442ddc48dadb5c968b444be86038b602074d301
(cherry picked from commit 6d6cd68660 )
2017-06-23 12:27:23 +00:00
Vladimir Marko
17bb92fe14
Merge "Rename Binder.destroy() to Binder.destroyBinder()." am: a634b38c8e
...
am: 1b4b326128
Change-Id: I165243924444f89ee880072c55eba012ccf1d149
2017-06-23 10:55:48 +00:00
Vladimir Marko
a634b38c8e
Merge "Rename Binder.destroy() to Binder.destroyBinder()."
2017-06-23 10:36:02 +00:00
Seigo Nonaka
b7773ce875
Stop loading other package's font by default.
...
Since CONTEXT_RESTRICTED is not a default flag of createPackageContext,
we can't rely on it for preventing unexpected font injections.
To protect developers and existing apps from a risk of font injection,
stop loading font from other package's resouce unless the developer
explicitly set CONTEXT_IGNORE_SECURITY.
Bug: 62813533
Bug: 62879353
Test: Manually done
Merged-In: I4442ddc48dadb5c968b444be86038b602074d301
Change-Id: I4442ddc48dadb5c968b444be86038b602074d301
(cherry picked from commit 6d6cd68660 )
2017-06-23 10:02:59 +00:00
Seigo Nonaka
ba12631bba
Merge "Stop loading other package's font by default." into oc-dev
...
am: 824d75e0e1
Change-Id: I5518dbd8b5d8a4548ea00bbfca0e3aee87880ee7
2017-06-23 04:23:44 +00:00
Marie Janssen
0444f135c6
Merge "Bluetooth: minor documentation fix to de-confuse" am: 5a56873612 am: 3205ff1331
...
am: f71b0bedcf
Change-Id: I615f8f2d16d2dd17fcbd5df20378766096631eeb
2017-06-23 03:47:09 +00:00
Marie Janssen
f71b0bedcf
Merge "Bluetooth: minor documentation fix to de-confuse" am: 5a56873612
...
am: 3205ff1331
Change-Id: I0cd44ad8d22da154d0bf666b9075a3fcbc655439
2017-06-23 03:38:17 +00:00
Marie Janssen
5a56873612
Merge "Bluetooth: minor documentation fix to de-confuse"
2017-06-23 03:17:37 +00:00
Badhri Jagan Sridharan
4fd5aff33b
Merge "Log call to setPortRoles" into oc-dr1-dev
...
am: 025b07c38e
Change-Id: Icd1d42fd0fb301f68dae38a242760035c1f6dfec
2017-06-23 02:07:57 +00:00
Seigo Nonaka
80f6a985c3
Stop loading other package's font by default.
...
Since CONTEXT_RESTRICTED is not a default flag of createPackageContext,
we can't rely on it for preventing unexpected font injections.
To protect developers and existing apps from a risk of font injection,
stop loading font from other package's resouce unless the developer
explicitly set CONTEXT_IGNORE_SECURITY.
This CL contains Iac2a6fb3d82ef23d5ca6ee33f4aaa9ed28455271 by manual
merging to handle repository split.
Bug: 62813533
Bug: 62879353
Test: Manually done
Merged-In: I4442ddc48dadb5c968b444be86038b602074d301
Change-Id: I4442ddc48dadb5c968b444be86038b602074d301
2017-06-22 19:07:17 -07:00
TreeHugger Robot
025b07c38e
Merge "Log call to setPortRoles" into oc-dr1-dev
2017-06-23 01:58:26 +00:00
Felipe Leme
9485ed3142
Improved documentation for AutofillService package: am: 2ef19c1d73
...
am: 472b4c834f
Change-Id: I9636c277b82569e6ffa684df26358a6a7c36d3c2
2017-06-23 00:44:47 +00:00
Felipe Leme
472b4c834f
Improved documentation for AutofillService package:
...
am: 2ef19c1d73
Change-Id: Iac283d34da149829a25313d0910f2564b347e332
2017-06-23 00:36:37 +00:00
Felipe Leme
91d763f1b5
Improved documentation for AutofillService package:
...
am: 2ef19c1d73
Change-Id: I67d6649d4acb84ebb598c1ebceb3c3ed58cfd0c0
2017-06-23 00:36:35 +00:00
Badhri Jagan Sridharan
4641fc3e2a
Log call to setPortRoles
...
Came of bunch of bugs, for instance b/62912250 where some app is
forcing the port role. Logging which package is doing this
Change-Id: I234db3292326d247c82723989b46160fcbd59c10
2017-06-22 16:41:49 -07:00
Rob Carr
9a8971fabb
Merge "ListPopupWindow: Wrap new bounds checking in targetSdk check." into oc-dev am: 82b41e460c
...
am: 874b6402af
Change-Id: I3db14694bc27e9fed16b5efec6aba99570b89675
2017-06-22 22:32:07 +00:00
Felipe Leme
2ef19c1d73
Improved documentation for AutofillService package:
...
- Moved (and expanded) overall documentation from FillResponse to
AutofillService.
- Improved SaveInfo documentation.
- Improved FillRequest documentation.
- Improved Dataset documentation.
Bug: 37567048
Test: ran 'm -j doc-comment-check-docs' and checked resulting HTML
Change-Id: I157893deac06a5ed5e1cb7fd082da485f227b9ee
2017-06-22 15:25:31 -07:00
Rob Carr
9e391f9f86
Merge "ListPopupWindow: Wrap new bounds checking in targetSdk check." into oc-dev
...
am: 82b41e460c
Change-Id: I47c8e096ccd513eb65fa9fd2a34fc75fa222a42c
2017-06-22 22:23:19 +00:00
Rob Carr
874b6402af
Merge "ListPopupWindow: Wrap new bounds checking in targetSdk check." into oc-dev
...
am: 82b41e460c
Change-Id: I14f6fe76b3a24266432a8bc7286d1ae5da8f719d
2017-06-22 22:19:45 +00:00