Narayan Kamath
ff110bd61a
Multi-arch application installs.
...
Each application now has two ABIs, the primary
and the secondary. The app is always launched with
the primary, but the secondary might be used by other apps
that load the given applications code. This implies we
must:
- dex2oat the app both ways.
- extract shared libraries for both abis.
The former is relatively straightforward but the latter
requires us to change the layout for shared libs that we
unpack from applications. The bulk of this change deals
with the latter.
This change continues to fill in nativeLibraryPath during
scans for backwards compatibility. This will be removed in
a future patch.
Change-Id: Ia943dd11ef815c5cbfc60f17929eaa2a652a385a
2014-07-10 17:16:14 +01:00
Jorim Jaggi
f924e9507b
Merge "Add battery level in status bar on Keyguard when charging"
2014-07-09 19:47:57 +00:00
Colin Cross
0161bbc6e5
ActivityManager: use Process.killProcessGroup to kill forked processes
...
Place newly-created processes in a process group, and use
killProcessGroup to kill any forked processes.
Bug: 15313911
Change-Id: I0f3e2eeebd9a910dae3f6b2801826c92aea03030
2014-07-10 19:51:04 +00:00
Jorim Jaggi
d4aafe9b70
Add battery level in status bar on Keyguard when charging
...
Also fixes flickering in the header when overscrolling the
notifications.
Change-Id: I3d6aa95e364298718c6d8b050a1091e7ccd7609d
2014-07-10 21:44:01 +02:00
Fabrice Di Meglio
83c0fdd100
Update SearchIndexablesContract for adding UserId
...
See bug: ##15837747 Search - update for Enterprise support
Change-Id: I8f2d33e570240ec2f002c74e2a19f675b4d744f8
2014-07-10 19:22:46 +00:00
Robert Greenwalt
7237965c0d
Merge "Refactor wifi p2p's startDhcpServer function"
2014-07-10 18:27:37 +00:00
Robert Greenwalt
9c7e2c2cb4
Refactor wifi p2p's startDhcpServer function
...
Add getTetheredDhcpRanges() interface and call it before calling
mNwService.startTethering to update dhcp ranges. This will allow
p2p apps to run well concurently with other tethering apps.
Manual import of AOSP change 81546 by jianzheng.zhou@freescale.com
Change-Id: Iebc62f95bdcedde80e2c1d3e9580d3f625c3b50b
2014-07-10 18:56:12 +00:00
Alan Viverette
503dca6f58
Merge "Add API for specifying popup window shadows and shadow insets"
2014-07-10 16:04:18 +00:00
Santos Cordon
9bc2acd454
Merge "Some string cleanup."
2014-07-10 16:04:18 +00:00
Santos Cordon
3319c16f5a
Some string cleanup.
...
Change-Id: Icf8ec1cb162353e24d6982f36e94691ead722eac
2014-07-10 19:20:29 +00:00
Paul Jensen
ff6ecccdc8
Merge "Enable network validations and add app to handle captive portal login."
2014-07-10 00:32:18 +00:00
Yorke Lee
d6c233ce4d
Merge "Add EXTRA_CALL_TYPE_FILTER"
2014-07-10 18:27:37 +00:00
Yorke Lee
1854a60351
Add EXTRA_CALL_TYPE_FILTER
...
Add an extra to allow the call log to be displayed with a filtered
list of calls
Bug: 15830957
Change-Id: I7104734a1972adf531f1b275347496282fee86a2
2014-07-10 11:41:15 -07:00
Paul Jensen
869868be65
Enable network validations and add app to handle captive portal login.
...
Network validation prevents networks claiming to provide internet connectivity
from becoming the default network in cases where internet connectivity is not
found to actually exist.
If a captive portal is encountered the appropriate broadcasts and notifications
are surfaced to allow apps to handle signing in. If no app handles signing in,
my system app will handle it.
Bug:15409233
Bug:15409354
Change-Id: Ie240d7eac4bdbab8cc7578782bd72d8b26de7951
2014-07-10 13:14:01 -04:00
Robert Greenwalt
d706933527
Merge "Add Network inspection API."
2014-07-09 21:39:59 +00:00
Makoto Onuki
80b3ab6a51
Spec change for enterprise lookup
...
- Stop nulling out most fields.
- Return artificial IDs for corp contacts.
- Add a method to tell if a contact is from the corp profile.
Bug 15779911
Change-Id: I21ab20ad4147b303cd0d49d33b64a38275342dc5
2014-07-10 18:56:24 +00:00
Robert Greenwalt
73b6cbae0c
Add Network inspection API.
...
Adds getNetworksNetworkInfo.
Adds getAllNetworks.
Cleans up some synchronization issues.
Change-Id: I82c7a4b554e3c6c1adfe6027cc54b028ed6dbac9
2014-07-10 10:48:23 -07:00
Robert Ly
0d15ec7828
am d7880b6a: docs: fix packaging instructions again to reflect correct metadata name
...
* commit 'd7880b6a50aa0dbea66923a4672d360229ab3aca':
docs: fix packaging instructions again to reflect correct metadata name
2014-07-09 19:19:54 +00:00
Robert Ly
d7880b6a50
docs: fix packaging instructions again to reflect correct metadata name
...
Change-Id: I61659811065ad5f0fa8f722f80793e707730604c
2014-07-09 12:13:27 -07:00
Ricardo Cervera
811aeae953
am e34167ce: Merge "docs: Fixed minor issues with Wear docs. Bug: 16062631" into klp-modular-dev
...
* commit 'e34167cef73e23c4be4bf5d7a1517e609122d652':
docs: Fixed minor issues with Wear docs. Bug: 16062631
2014-07-09 18:38:20 +00:00
Ricardo Cervera
941fe57735
am 3a958b9f: docs: Fixed nav bar color in material docs. Bug: 16160906
...
* commit '3a958b9f851a8985bed5fac1499c5553ff566b9e':
docs: Fixed nav bar color in material docs. Bug: 16160906
2014-07-09 18:38:16 +00:00
Robert Ly
fdefaadab5
am a0d38aa4: Merge "docs: remove gms core preview for wear and redirect" into klp-modular-dev
...
* commit 'a0d38aa4e58eee27b561420047d0aafcdaed93f1':
docs: remove gms core preview for wear and redirect
2014-07-09 18:33:49 +00:00
Ricardo Cervera
3a958b9f85
docs: Fixed nav bar color in material docs. Bug: 16160906
...
Change-Id: I56eb7f4d0e9a0a24b1fb38f08dd8ccba6c91dd17
2014-07-09 11:32:40 -07:00
John Spurlock
cfa39d269b
Defer opening a stats session until first use.
...
Bug:16174801
Change-Id: Ia70f9a01bd348809db4ab2992e5e1265778cfcfa
2014-07-09 14:29:01 -04:00
Alan Viverette
ccb11e1837
Add API for specifying popup window shadows and shadow insets
...
BUG: 14569120
BUG: 13211941
Change-Id: Ia21596b25a0471344d42d59377074f67fce00042
2014-07-09 18:26:30 +00:00
Robin Lee
06505d234d
am 1f0180bf: am 74803e55: Merge "Make misc config directory during user creation"
...
* commit '1f0180bfa877373b239a5675f715288db829fa75':
Make misc config directory during user creation
2014-07-09 17:43:56 +00:00
Robin Lee
1f0180bfa8
am 74803e55: Merge "Make misc config directory during user creation"
...
* commit '74803e559caffe235b86dc52cf76ef98343c0d74':
Make misc config directory during user creation
2014-07-09 17:39:13 +00:00
Robert Ly
fff6fdbf57
am 33f5a318: Merge "docs: surface ui toolkit at a higher level" into klp-modular-dev
...
* commit '33f5a318b981a69542bfd158e3fec5814135665a':
docs: surface ui toolkit at a higher level
2014-07-09 16:50:42 +00:00
Robert Ly
2d3fca2490
am db520137: Merge "docs: fix wear packaging for paid apps instructions" into klp-modular-dev
...
* commit 'db520137dbd67d4b8ec65011accadda7e25ec844':
docs: fix wear packaging for paid apps instructions
2014-07-09 16:28:29 +00:00
Robert Ly
41d6cc1b8e
am e0b5829e: Merge "docs: fix 2d picker image description" into klp-modular-dev
...
* commit 'e0b5829eb1eac1be768343371da71e7d53d9eff5':
docs: fix 2d picker image description
2014-07-09 15:51:13 +00:00
Robert Ly
9a529d1b31
am 6f52e7be: Merge "docs: fix link to messages doc" into klp-modular-dev
...
* commit '6f52e7be188781a906cc53dcd96268ffbfdfc283':
docs: fix link to messages doc
2014-07-09 15:06:37 +00:00
Ricardo Cervera
e34167cef7
Merge "docs: Fixed minor issues with Wear docs. Bug: 16062631" into klp-modular-dev
2014-07-09 14:50:26 +00:00
Ricardo Cervera
4adf1e069b
docs: Fixed minor issues with Wear docs. Bug: 16062631
...
Change-Id: Ieaa02cfedd1b9b6f59c6937a056c8d4f4eb4188e
2014-07-09 11:30:23 -07:00
Robert Ly
a0d38aa4e5
Merge "docs: remove gms core preview for wear and redirect" into klp-modular-dev
2014-07-09 14:50:26 +00:00
Robert Ly
fa813cebaa
docs: remove gms core preview for wear and redirect
...
Change-Id: I8dd618a8fc99034cd73927d4aa312fe871081f83
2014-07-09 09:46:45 -07:00
Robert Ly
1d5393298b
docs: surface ui toolkit at a higher level
...
Change-Id: If17cebda4606404f13d10ecb1540eda75b5e11ec
2014-07-09 09:42:29 -07:00
Robert Ly
6d36bbe11b
docs: fix wear packaging for paid apps instructions
...
Change-Id: Ibf2cbe2e4bcb7e998665b10c5632c786dcc90e76
2014-07-09 09:23:23 -07:00
Robert Ly
106ecfdca7
docs: fix 2d picker image description
...
Change-Id: Id554a7090986e71a502dc070468d26f8d546cc2c
2014-07-09 08:46:37 -07:00
Robert Ly
546d0ba888
docs: fix link to messages doc
...
Change-Id: I382a2ec26634f8d7427344657de0a66b187562cb
2014-07-09 07:59:07 -07:00
Yorke Lee
99bd4eabd1
Merge "Add manage voicemail permission (1/4)"
2014-07-09 14:50:26 +00:00
Stephen Hines
4fea742c07
Merge "Update copyFrom(BaseObj[]) for large objects."
2014-07-09 14:45:53 +00:00
Tim Murray
31e12acca5
Update copyFrom(BaseObj[]) for large objects.
...
Change-Id: I99cadbd1ad925cad0dd357c9abbd1a49c07785c9
2014-07-09 17:09:33 -07:00
Elliott Hughes
d74f99d390
Merge "Switch frameworks/base/libs/androidfw to the new icu."
2014-07-09 14:45:53 +00:00
Elliott Hughes
6a4deeda70
Switch frameworks/base/libs/androidfw to the new icu.
...
Change-Id: Id82830750dd7e83bbc66811a1133b403cc697c97
2014-07-09 16:58:28 -07:00
Tim Murray
91758a3946
Merge "Update copyFrom(BaseObj[]) for large objects."
2014-07-09 14:43:38 +00:00
Tim Murray
3de3dc79e5
Update copyFrom(BaseObj[]) for large objects.
...
Change-Id: I99cadbd1ad925cad0dd357c9abbd1a49c07785c9
2014-07-09 15:30:42 -07:00
Alan Viverette
d5c72cbc23
Merge "Remove icon from base alert dialog, use light theme"
2014-07-09 21:45:32 +00:00
Alan Viverette
c65ff211af
Remove icon from base alert dialog, use light theme
...
BUG: 16160305
Change-Id: I3cc5b5f0f02ddffb19b06b4796dedb98a6083454
2014-07-09 23:23:43 +00:00
Quddus Chong
4696936e9b
am 8e086faf: am 9afee0df: docs: Added missing instructions for copying the Google Play Services library project.
...
* commit '8e086faf89a0c59163731cbe2c7778b7365722ab':
docs: Added missing instructions for copying the Google Play Services library project.
2014-07-09 23:14:57 +00:00
Jeff Sharkey
30303faea6
Merge "Extend pm to support sessions and split APKs."
2014-07-09 21:45:32 +00:00