Craig Mautner
cf24765664
am d5a99922: Merge "Add attributes and flags for DocCentric."
...
* commit 'd5a9992273039671f2a7155597cf4150599df761':
Add attributes and flags for DocCentric.
2014-05-07 16:05:49 +00:00
Craig Mautner
77f5a0f517
Merge "Add attributes and flags for DocCentric."
2014-05-07 16:00:03 +00:00
Craig Mautner
2dac056179
Add attributes and flags for DocCentric.
...
Add Intent flag and attribute for auto removal of task from recents
once task completes.
Add manifest attribute for auto launching into doccentric. Equivalent
to Intent.FLAG_ACTIVITY_NEW_DOCUMENT.
Fixes bug 14586473.
Change-Id: I04acc9333c3725b4db94a954358eb78df507ff53
2014-05-07 08:41:27 -07:00
Adam Connors
0c89304fe0
am e068ba87: Add enableSystemApp methods to DevicePolicyManager
...
* commit 'e068ba879ea9a712bf7ad6c91e55238f76f122d9':
Add enableSystemApp methods to DevicePolicyManager
2014-05-07 15:25:19 +00:00
Adam Connors
010cfd4581
Add enableSystemApp methods to DevicePolicyManager
...
These methods allow profile or device owners to enable
systems apps pre-installed in the primary user in the
managed profile. Apps can be specified by either package
name or intent.
Bug: 13587051
Change-Id: Ifcbc68c139308506b6c18cf3c0ea62b8026ff75f
2014-05-07 16:20:38 +01:00
Julia Reynolds
49d1728855
am 5d24ddf3: Add new EDU user restrictions.
...
* commit '5d24ddf35e25ad681cf8ec3228c4fa6aca523809':
Add new EDU user restrictions.
2014-05-07 14:24:42 +00:00
Julia Reynolds
d46d0f9dcd
Add new EDU user restrictions.
...
Change-Id: I6aad10466d99cda6be378c72025df686fe665071
2014-05-07 09:51:16 -04:00
Adam Powell
fc49d6ef7a
am e3172101: am bfbddcad: am 4f295fe8: Merge "Clean up WindowInsets API for release" into klp-modular-dev
...
* commit 'e31721019987ba80b00dd5ae1ba7fa2598f566a4':
Clean up WindowInsets API for release
2014-05-07 13:24:43 +00:00
Adam Powell
05ee2bd617
am bfbddcad: am 4f295fe8: Merge "Clean up WindowInsets API for release" into klp-modular-dev
...
* commit 'bfbddcad6004b7d178fb777c3a2b8b8a3dfe53ad':
Clean up WindowInsets API for release
2014-05-07 13:20:21 +00:00
Ben Murdoch
7d585c957d
am db62ab87: Revert "Add attributes and flags for DocCentric."
...
* commit 'db62ab87ca1ce18501e4c8ac9696bc220996d449':
Revert "Add attributes and flags for DocCentric."
2014-05-07 11:15:32 +00:00
Ben Murdoch
aeac6d8eb1
Revert "Add attributes and flags for DocCentric."
...
Breaking the master build in check-api.
This reverts commit 5a8c07a2d2a35169f245908f6916355f09b3ebf4.
Change-Id: I985fa7ee02d704c34a551d901f6b36943542193d
2014-05-07 11:10:16 +00:00
Craig Mautner
ddf4c3d2b6
am 5a8c07a2: Add attributes and flags for DocCentric.
...
* commit '5a8c07a2d2a35169f245908f6916355f09b3ebf4':
Add attributes and flags for DocCentric.
2014-05-07 06:53:26 +00:00
Tao Bai
cd2b93260d
am 1091e2c9: Public WebView permission API
...
* commit '1091e2c9f7f2ee127cf5fc29285c7a7b6cc830f8':
Public WebView permission API
2014-05-07 06:52:31 +00:00
Craig Mautner
c6c035918a
Add attributes and flags for DocCentric.
...
Add Intent flag and attribute for auto removal of task from recents
once task completes.
Add manifest attribute for auto launching into doccentric. Equivalent
to Intent.FLAG_ACTIVITY_NEW_DOCUMENT.
Fixes bug 14586473.
Change-Id: Ie6bbbd890fa5f76cc6f2dae5f4bce3c8b22e085c
2014-05-06 23:35:11 -07:00
Tao Bai
fa1fd2cb7d
Public WebView permission API
...
BUG: 13699047
Change-Id: Ibcc8c0d4f1bba4365cb71c1991a0fcb1d7febb94
2014-05-06 21:17:54 -07:00
Jim Miller
353bda0985
am d031e36c: First pass at adding FingerprintManagerService
...
* commit 'd031e36c433c94fc6da3732be7e61aa906e45ec4':
First pass at adding FingerprintManagerService
2014-05-07 02:32:29 +00:00
Jim Miller
08fa40c5cb
First pass at adding FingerprintManagerService
...
This adds a new service for monitoring and enrolling fingerprints
to the platform.
Fixed documentation links.
Change-Id: I66013be5e09be9c5f9746c46aacf32d3e26c3b73
2014-05-07 02:27:21 +00:00
Jeff Brown
88cf32e300
am 31c0962a: Merge "Fix crash due to texture view callback threading invariants."
...
* commit '31c0962a2cdb507486507cc96d7b9a214e9849d3':
Fix crash due to texture view callback threading invariants.
2014-05-07 00:51:50 +00:00
Jeff Brown
6c8e788e37
Merge "Fix crash due to texture view callback threading invariants."
2014-05-07 00:47:08 +00:00
Adam Powell
bfbddcad60
am 4f295fe8: Merge "Clean up WindowInsets API for release" into klp-modular-dev
...
* commit '4f295fe8c66ef2878d93be420f73745d88422e35':
Clean up WindowInsets API for release
2014-05-07 00:35:31 +00:00
Jeff Brown
c7282e57cd
Fix crash due to texture view callback threading invariants.
...
Allow the client of a SurfaceTexture to specify the Handler to
which the update callback should be directed to avoid unnecessary
scheduling ping-pong between threads.
Fixed an invalid assumption in TextureView that it is attached
to the main looper which could result in a crash under certain
circumstances. In normal app processes, it is true that TextureViews
must be created on the main looper since hardware rendering is
currently only supported on the main looper. However, in the
system server, UI components run a different thread. Although
hardware rendering is normally disabled in the system server,
it may be enabled for certain developer features.
Bug: 14445309
Change-Id: I5ae17ad018b9ef05ba87ec2f972c7c82e2bca70a
2014-05-06 17:13:43 -07:00
Adam Powell
f4a3941ebe
Clean up WindowInsets API for release
...
Hide window decor inset methods and rename the clone* methods to have
less baggage.
Bug 14566960
Change-Id: Ia06bb959fd77acd6ff69f337c3200047a529612a
2014-05-06 16:27:59 -07:00
Kenny Root
dd3a144c3c
am 1b9c2108: Unhide new SSL APIs
...
* commit '1b9c2108e8fdd5344e3916259f9d1eb3d2227a50':
Unhide new SSL APIs
2014-05-06 22:11:24 +00:00
Kenny Root
2cfedd94b3
Unhide new SSL APIs
...
Change-Id: Ic58d5571754f434bb8f72b09329e8803d4343ba2
2014-05-06 15:00:45 -07:00
Zhijun He
c5694ab534
am 1bb5da95: Camera2: Add missing capture result tags
...
* commit '1bb5da9543f941430c75e122c8d07a15fa6e2d9e':
Camera2: Add missing capture result tags
2014-05-06 21:52:07 +00:00
Zhijun He
379af01292
Camera2: Add missing capture result tags
...
All capture request tags should be available in capture result.
Bug: 14059883
Change-Id: I0aa8d7341b14fbbd627b17eb316bb016ff1fc316
2014-05-06 21:46:27 +00:00
Tim Kilbourn
1a556b9961
am 17c5e990: Merge "DO NOT MERGE Hide banner manifest attribute." into klp-modular-dev
...
* commit '17c5e990379baf887221c0776b4152613c2a8a2d':
DO NOT MERGE Hide banner manifest attribute.
2014-05-06 21:24:02 +00:00
Tim Kilbourn
17c5e99037
Merge "DO NOT MERGE Hide banner manifest attribute." into klp-modular-dev
2014-05-06 21:21:37 +00:00
Adam Powell
f14f0a6cf4
am 7f85f16c: am c41fa708: am a0516e7a: Merge "onWindowDismissed API cleanup" into klp-modular-dev
...
* commit '7f85f16c7d131699bef67aff6a107ce622e65b8d':
onWindowDismissed API cleanup
2014-05-06 20:27:23 +00:00
Adam Powell
5f97930fc5
am c41fa708: am a0516e7a: Merge "onWindowDismissed API cleanup" into klp-modular-dev
...
* commit 'c41fa708271e204a7983aba291389ea1554227b2':
onWindowDismissed API cleanup
2014-05-06 20:24:23 +00:00
Adam Powell
c41fa70827
am a0516e7a: Merge "onWindowDismissed API cleanup" into klp-modular-dev
...
* commit 'a0516e7ad12a647cc40fb5651e8d14cd39571c7a':
onWindowDismissed API cleanup
2014-05-06 20:20:40 +00:00
Adam Powell
a0516e7ad1
Merge "onWindowDismissed API cleanup" into klp-modular-dev
2014-05-06 20:17:31 +00:00
Tim Kilbourn
d689db4f0c
DO NOT MERGE Hide banner manifest attribute.
...
Bug: 14116162
Change-Id: I42a73183bee52286ff315fa5b0f58bfdfc020485
2014-05-06 12:02:42 -07:00
Tim Kilbourn
a4853f6d73
am 3439728c: Fix bad merge.
...
* commit '3439728cebd6fad754ffcf33ea6d640e6ddc6f87':
Fix bad merge.
2014-05-06 18:00:35 +00:00
Tim Kilbourn
a2d106d470
Fix bad merge.
...
Change-Id: I4d3aa71f5a4ae13c01e57df25ae7f76d25384f5d
2014-05-06 10:54:00 -07:00
Tim Kilbourn
d5090dacfc
am 6824d13d: am f7330ac7: am 989dab11: Update current.txt after hiding isGame.
...
* commit '6824d13da8ce6c128427f77b4776c991ae51d702':
Update current.txt after hiding isGame.
2014-05-06 17:49:43 +00:00
Tim Kilbourn
d06b29d0f7
am f7330ac7: am 989dab11: Update current.txt after hiding isGame.
...
* commit 'f7330ac754d02089dedef5d7191bde9a75b91c2c':
Update current.txt after hiding isGame.
2014-05-06 17:46:02 +00:00
Tim Kilbourn
f7330ac754
am 989dab11: Update current.txt after hiding isGame.
...
* commit '989dab11d1e34d5f49ac19345a3ce440d32d6f64':
Update current.txt after hiding isGame.
2014-05-06 17:42:36 +00:00
Tim Kilbourn
989dab11d1
Update current.txt after hiding isGame.
...
Change-Id: I034126f464fdd759c19ff55000004d36463d9cd6
2014-05-06 10:40:24 -07:00
ztenghui
4db5f31d5f
am c822b63a: Merge "First step on API cleaning on the VectorDrawable to disable animation support"
...
* commit 'c822b63a0b16358a948d21d8ba266b60b8958502':
First step on API cleaning on the VectorDrawable to disable animation support
2014-05-06 17:16:56 +00:00
ztenghui
0b3a706188
Merge "First step on API cleaning on the VectorDrawable to disable animation support"
2014-05-06 17:12:34 +00:00
Nicolas Prevot
a9d1ed8a14
am 168ed3dc: Merge "Cleaning code related to the forwarding intent filters."
...
* commit '168ed3dc2e36346d227008748fc4c69a0f03d8a5':
Cleaning code related to the forwarding intent filters.
2014-05-06 14:03:01 +00:00
Nicolas Prevot
c79586ede6
Cleaning code related to the forwarding intent filters.
...
Checking for INTERACT_ACROSS_USERS_FULL
Adding equivalent methods in the PackageManager
Change-Id: Iaa1328fa666613a78e67ca669ea045144275e895
2014-05-06 13:54:48 +01:00
Adam Powell
117b695222
onWindowDismissed API cleanup
...
Move the window swipe to dismiss plumbing off of Window.Callback into
its own internal interface implemented by Activity and Dialog. Make it
internal API instead of public. Apps should control this via the
window feature setting.
Change-Id: I64cd237fa7eab08719b2c34e31dac7d34f02563a
2014-05-05 18:20:47 -07:00
ztenghui
498213a265
First step on API cleaning on the VectorDrawable to disable animation support
...
Cleaning on the API level, and related tests.
The animated icon will be only showing the initial state.
TODO: Deep clean on the functionality part and attributes.
Change-Id: I5723bc5b64f796c3a273d74bde02095751160a88
2014-05-05 17:27:24 -07:00
Zhijun He
4fbd5c1c70
am e711e8da: Merge "Camera2: make videostabilization type consistent"
...
* commit 'e711e8dae1b2c3cbe790d0e8d627232f6418df43':
Camera2: make videostabilization type consistent
2014-05-06 00:07:30 +00:00
Zhijun He
e126be2c5b
Merge "Camera2: make videostabilization type consistent"
2014-05-06 00:03:28 +00:00
Winson Chung
258ea87d45
am 0a730c24: Merge "Exposing the API to support widgets in Recents."
...
* commit '0a730c24b0af03bea4afa5b6da5ae576b0ef2f99':
Exposing the API to support widgets in Recents.
2014-05-06 00:03:21 +00:00
Winson Chung
98596c92a3
Merge "Exposing the API to support widgets in Recents."
2014-05-05 23:59:29 +00:00
Justin Koh
8b98c21307
am bebfcb93: Merge "Hide startMethodTracingSampling DO NOT MERGE" into klp-modular-dev
...
* commit 'bebfcb93ef97095a7caa1f80a0b1b05a04e9fd8c':
Hide startMethodTracingSampling DO NOT MERGE
2014-05-05 23:18:26 +00:00