Chad Brubaker
12324b4604
Add NetworkUtil function for marking sockets
...
Add NetworkUtil function for setting the SO_MARK field of sockets
Change-Id: I94389b64296d87ee928293f24a26f8dd08c3bf37
2013-07-12 19:48:32 +00:00
Geremy Condra
f33468e68a
Merge "Add NetworkManagement support for fwmark routes"
2013-07-12 19:47:19 +00:00
Christopher Tate
409bb36a13
Out-of-band apk pushes to the privileged install dir
...
The new apk will now correctly allow system permissions to an app
placed in the privileged install dir via 'adb push' on the fly.
Change-Id: Ie4284d12628e08d9562d18eee6a7e8f74ae6295e
2013-07-12 12:33:09 -07:00
Amith Yamasani
46db67cf7f
Merge "Fix build"
2013-07-12 19:24:10 +00:00
Amith Yamasani
ed411593ec
Fix build
...
Change-Id: If4c4f1f104826b599c86bc1c924ebadc5223c8f0
2013-07-12 12:23:16 -07:00
Wink Saville
7ab34954c8
am 97b077bc: am 42a85412: am 925ec03f: Merge "VZW wants the phoneNumber to be 10 zero\'s if there isn\'t one." into jb-mr2-dev
...
* commit '97b077bc18752e7dafe041cb04c19e67ce69939c':
VZW wants the phoneNumber to be 10 zero's if there isn't one.
2013-07-12 12:14:01 -07:00
Wink Saville
97b077bc18
am 42a85412: am 925ec03f: Merge "VZW wants the phoneNumber to be 10 zero\'s if there isn\'t one." into jb-mr2-dev
...
* commit '42a85412d12078f36c3fdeda1211bdc3800bab0c':
VZW wants the phoneNumber to be 10 zero's if there isn't one.
2013-07-12 12:03:53 -07:00
Wink Saville
42a85412d1
am 925ec03f: Merge "VZW wants the phoneNumber to be 10 zero\'s if there isn\'t one." into jb-mr2-dev
...
* commit '925ec03fcd9651ff4c6b04982eb6d930b16493b9':
VZW wants the phoneNumber to be 10 zero's if there isn't one.
2013-07-12 12:01:41 -07:00
Wink Saville
925ec03fcd
Merge "VZW wants the phoneNumber to be 10 zero's if there isn't one." into jb-mr2-dev
2013-07-12 18:59:03 +00:00
Adam Powell
258f8de22c
Tweak error fallback behavior for view direction resolution
...
If the required ViewParent methods aren't present for resolving text
direction or alignment, mark them resolved with default results and
skip further resolution steps.
Change-Id: I0ea6b0ce968cc24ffed77a2d1e66dfafbec49f9c
2013-07-12 11:33:44 -07:00
Amith Yamasani
abee69bc08
am 8361a9f7: am 1a1a7c08: am 06a441de: Merge "Pass along the user id to AttributeCache requests" into jb-mr2-dev
...
* commit '8361a9f719b6a416a40134951daf28297b6e0670':
Pass along the user id to AttributeCache requests
2013-07-12 11:25:24 -07:00
Adam Powell
a73ac4b6fb
Merge "Always show overflow buttons on action bars"
2013-07-12 18:22:30 +00:00
Amith Yamasani
8361a9f719
am 1a1a7c08: am 06a441de: Merge "Pass along the user id to AttributeCache requests" into jb-mr2-dev
...
* commit '1a1a7c0878320b94d01da6bdfaa857c85b4199a3':
Pass along the user id to AttributeCache requests
2013-07-12 11:21:27 -07:00
Amith Yamasani
1a1a7c0878
am 06a441de: Merge "Pass along the user id to AttributeCache requests" into jb-mr2-dev
...
* commit '06a441de3b6756cf49879ff445ac26c66da54d02':
Pass along the user id to AttributeCache requests
2013-07-12 11:19:24 -07:00
Amith Yamasani
06a441de3b
Merge "Pass along the user id to AttributeCache requests" into jb-mr2-dev
2013-07-12 18:17:09 +00:00
Marco Nelissen
cda564d6ea
Merge "Add stopservice command to am"
2013-07-12 14:34:41 +00:00
The Android Open Source Project
b2d93f85b6
am a4ee3088: (-s ours) Reconcile with jb-mr2-zeroday-release - do not merge
...
* commit 'a4ee3088e74bb9b38dcd469df4dc929f1c935ff3':
Recover from corrupt network stats.
2013-07-12 07:30:00 -07:00
The Android Open Source Project
a4ee3088e7
Reconcile with jb-mr2-zeroday-release - do not merge
...
Change-Id: Ic45c05e30f974890e8c5320393f95adaf0d0a79f
2013-07-12 07:27:43 -07:00
Jaekyun Seok
bfdad8ecad
Add a keycode to switch audio tracks (1/2)
...
A key to switch audio tracks is general on media devices like blu-ray.
Bug: 9728155
Change-Id: Ib61822b8aa9c143a8febc3cff4707fa775119448
2013-07-12 17:23:29 +09:00
Hiroaki Kuriyama
1ebf13ef20
PreferenceActivity should not leave message in looper when destroyed
...
When a PreferenceActivity is destroyed as soon as created,
there is a problematic case that messages for the activity are
sometimes left in the looper even after the activity is destroyed.
For example, by clearing user data of the selecting IME on
Settings apk, com.android.settings.Settings is re-launched
2 times successively. (Destory->Create->Destroy->Create)
Due to the left message, application crash can happen.
(NullPointerException at BackStackRecord.getBreadCrumbTitle())
Two cases have been found to observe this issue.
[Case 1]
1,Launch IME in advance.
2,Go to Settings >Apps > All and choose the IME package.
3,Click "Clear data"
4,Application crash occurs on com.android.settings.
[Case 2]
1,Go to Settings > Language&input > Language.
2,ListView dialog to choose language is shown.
3,Rotate the tablet 180 degree so that 90 degree rotation occurs twice.
4,Application crash occurs on com.android.settings.
Change-Id: I5ce36ea7a40ab7bc7737b7dca6641a4c3d77a480
2013-07-12 15:42:35 +09:00
Lorenzo Colitti
51a845688c
Merge "Make legacy VPN work over stacked interfaces."
2013-07-12 03:33:20 +00:00
Elliott Hughes
bea6525a53
am 9c8685b7: am f094eefc: am c5de9c35: Merge "Track libcore API update."
...
* commit '9c8685b714b38c2bbf09077b9cba73a95b734269':
Track libcore API update.
2013-07-11 19:01:40 -07:00
Elliott Hughes
9c8685b714
am f094eefc: am c5de9c35: Merge "Track libcore API update."
...
* commit 'f094eefc34013c7167effa558b488709eaa54751':
Track libcore API update.
2013-07-11 18:55:54 -07:00
Elliott Hughes
f094eefc34
am c5de9c35: Merge "Track libcore API update."
...
* commit 'c5de9c3509e6f91f1a6fca4541c5a2dfc9878dcc':
Track libcore API update.
2013-07-11 18:52:11 -07:00
Scott Main
86b4bfbdfe
am a1063aa3: am a60edcbe: am c079e43f: am e920ab1a: am a618e938: am c660c608: Merge "add Toshiba usb driver link delete Fujitsu-Toshiba bug: 9755017" into jb-mr1.1-ub-dev
...
* commit 'a1063aa3fb6619caf59c2c139c1800a427bbafb5':
add Toshiba usb driver link delete Fujitsu-Toshiba bug: 9755017
2013-07-11 18:16:37 -07:00
Scott Main
a1063aa3fb
am a60edcbe: am c079e43f: am e920ab1a: am a618e938: am c660c608: Merge "add Toshiba usb driver link delete Fujitsu-Toshiba bug: 9755017" into jb-mr1.1-ub-dev
...
* commit 'a60edcbee7d99058eb689761097826adac0593e7':
add Toshiba usb driver link delete Fujitsu-Toshiba bug: 9755017
2013-07-11 18:14:52 -07:00
Scott Main
a60edcbee7
am c079e43f: am e920ab1a: am a618e938: am c660c608: Merge "add Toshiba usb driver link delete Fujitsu-Toshiba bug: 9755017" into jb-mr1.1-ub-dev
...
* commit 'c079e43fc317087ae5517ee7d9a376e97fef0f57':
add Toshiba usb driver link delete Fujitsu-Toshiba bug: 9755017
2013-07-11 18:12:01 -07:00
Dirk Dougherty
29d0833f74
am 8b1cdd98: am e34e6520: am e4709679: am c1addd47: am c7da42d7: am f7832a35: am d6bbda24: am bc5f9b66: Merge "Doc change: Update gcore reference docs." into jb-mr1.1-docs
...
* commit '8b1cdd9874e88569fcf46d848f8f3424dfa7afc9':
Doc change: Update gcore reference docs.
2013-07-11 18:09:59 -07:00
Scott Main
c079e43fc3
am e920ab1a: am a618e938: am c660c608: Merge "add Toshiba usb driver link delete Fujitsu-Toshiba bug: 9755017" into jb-mr1.1-ub-dev
...
* commit 'e920ab1a82327976e0a25842d7d57dc7a92ba604':
add Toshiba usb driver link delete Fujitsu-Toshiba bug: 9755017
2013-07-11 18:09:53 -07:00
Dirk Dougherty
8b1cdd9874
am e34e6520: am e4709679: am c1addd47: am c7da42d7: am f7832a35: am d6bbda24: am bc5f9b66: Merge "Doc change: Update gcore reference docs." into jb-mr1.1-docs
...
* commit 'e34e65203f8188849cfebb901c4efe5b5b4ad8d5':
Doc change: Update gcore reference docs.
2013-07-11 18:08:36 -07:00
Scott Main
e920ab1a82
am a618e938: am c660c608: Merge "add Toshiba usb driver link delete Fujitsu-Toshiba bug: 9755017" into jb-mr1.1-ub-dev
...
* commit 'a618e93891603f825fd2c0ec1a67c96c29863dcd':
add Toshiba usb driver link delete Fujitsu-Toshiba bug: 9755017
2013-07-11 18:08:01 -07:00
Dirk Dougherty
e34e65203f
am e4709679: am c1addd47: am c7da42d7: am f7832a35: am d6bbda24: am bc5f9b66: Merge "Doc change: Update gcore reference docs." into jb-mr1.1-docs
...
* commit 'e4709679198590fa37fbad67df0d7e3827c4f8cf':
Doc change: Update gcore reference docs.
2013-07-11 18:06:22 -07:00
Scott Main
a618e93891
am c660c608: Merge "add Toshiba usb driver link delete Fujitsu-Toshiba bug: 9755017" into jb-mr1.1-ub-dev
...
* commit 'c660c608e75791d5b4b286f34a9ec335f9e95ba6':
add Toshiba usb driver link delete Fujitsu-Toshiba bug: 9755017
2013-07-11 18:05:44 -07:00
Scott Main
c660c608e7
Merge "add Toshiba usb driver link delete Fujitsu-Toshiba bug: 9755017" into jb-mr1.1-ub-dev
2013-07-12 01:03:22 +00:00
Dirk Dougherty
e470967919
am c1addd47: am c7da42d7: am f7832a35: am d6bbda24: am bc5f9b66: Merge "Doc change: Update gcore reference docs." into jb-mr1.1-docs
...
* commit 'c1addd4750be5b1721a8668a110e74fa59e476c6':
Doc change: Update gcore reference docs.
2013-07-11 18:03:17 -07:00
Dirk Dougherty
c1addd4750
am c7da42d7: am f7832a35: am d6bbda24: am bc5f9b66: Merge "Doc change: Update gcore reference docs." into jb-mr1.1-docs
...
* commit 'c7da42d76470c4e9fb541058e942e31163275b83':
Doc change: Update gcore reference docs.
2013-07-11 18:01:26 -07:00
Dirk Dougherty
c7da42d764
am f7832a35: am d6bbda24: am bc5f9b66: Merge "Doc change: Update gcore reference docs." into jb-mr1.1-docs
...
* commit 'f7832a35f3961e1b6665b5428899cdad598f0544':
Doc change: Update gcore reference docs.
2013-07-11 17:59:22 -07:00
Vinit Deshapnde
e088428400
Merge "Allow enabling TDLS on specific routes"
2013-07-12 00:58:07 +00:00
Dirk Dougherty
f7832a35f3
am d6bbda24: am bc5f9b66: Merge "Doc change: Update gcore reference docs." into jb-mr1.1-docs
...
* commit 'd6bbda24150eddc59865133377f6b41c8a1ed3b5':
Doc change: Update gcore reference docs.
2013-07-11 17:56:35 -07:00
Dirk Dougherty
d6bbda2415
am bc5f9b66: Merge "Doc change: Update gcore reference docs." into jb-mr1.1-docs
...
* commit 'bc5f9b66744b76c676543902d31d324f2dd02d09':
Doc change: Update gcore reference docs.
2013-07-11 17:54:00 -07:00
Dirk Dougherty
bc5f9b6674
Merge "Doc change: Update gcore reference docs." into jb-mr1.1-docs
2013-07-12 00:50:59 +00:00
Scott Main
171699fbdd
am 717fb2b6: am 334f6ea6: am 24810c6f: am 3c13e528: am 536fa1bb: am 84ad0894: fix markup error in download button and fix transition to install/update guide
...
* commit '717fb2b60d91604175f73984b1eaf8c169ae155b':
fix markup error in download button and fix transition to install/update guide
2013-07-11 17:48:00 -07:00
Scott Main
717fb2b60d
am 334f6ea6: am 24810c6f: am 3c13e528: am 536fa1bb: am 84ad0894: fix markup error in download button and fix transition to install/update guide
...
* commit '334f6ea68945dd642e6a924bf399d2afd21bf107':
fix markup error in download button and fix transition to install/update guide
2013-07-11 17:46:29 -07:00
Scott Main
334f6ea689
am 24810c6f: am 3c13e528: am 536fa1bb: am 84ad0894: fix markup error in download button and fix transition to install/update guide
...
* commit '24810c6f5854e595b2c78f9c3e44b7d4045a7472':
fix markup error in download button and fix transition to install/update guide
2013-07-11 17:44:09 -07:00
Scott Main
24810c6f58
am 3c13e528: am 536fa1bb: am 84ad0894: fix markup error in download button and fix transition to install/update guide
...
* commit '3c13e5284e83390301bf3306e5d77f7014483ea0':
fix markup error in download button and fix transition to install/update guide
2013-07-11 17:41:48 -07:00
Romain Guy
6b217a4d2a
Merge "Trace bitmaps decoding"
2013-07-12 00:41:24 +00:00
Scott Main
3c13e5284e
am 536fa1bb: am 84ad0894: fix markup error in download button and fix transition to install/update guide
...
* commit '536fa1bbe10b793e7c5d585c974693349fb8a4f5':
fix markup error in download button and fix transition to install/update guide
2013-07-11 17:38:31 -07:00
Romain Guy
787e35793f
Trace bitmaps decoding
...
Also remove dead code
Change-Id: Ie931b21858ccbe6ee4def54caf028fd2aed23317
2013-07-11 17:37:31 -07:00
Scott Main
536fa1bbe1
am 84ad0894: fix markup error in download button and fix transition to install/update guide
...
* commit '84ad0894be13b374b9b75e204dabea6a1579e131':
fix markup error in download button and fix transition to install/update guide
2013-07-11 17:36:53 -07:00
Scott Main
84ad0894be
fix markup error in download button and fix transition to install/update guide
...
Change-Id: I54b6ed06247ff7456089058549e373a19d9e5016
2013-07-11 17:33:55 -07:00