Narayan Kamath
52af2ca919
DO NOT MERGE - Remove data dirs if a new install fails dexopt.
...
We'd otherwise leave the data dirs & native libraries
lying around. This will leave the app permanently broken
because the next install of the app will fail with
INSTALL_FAILED_UID_CHANGED.
Also remove an unnecessary instance variable.
Cherry-pick from master
Bug 13416059
Change-Id: I1e644aab74d5ea519231800915b39c2f55d043ae
2014-03-11 14:06:55 -07:00
Naofumi Harada
68c0346b22
DO NOT MERGE - FLAG_PRIVILEGED disappears if privileged app is updated and rebooted
...
Since Kitkat, an app pre-loaded under /system/priv-app/ has
FLAG_PRIVILEGED. However, if the app updated and the device
rebooted, privileged flag is unset from pkgFlags. This patch
fix issue to assign privileged flag when scanning the updated
packages.
Bug: 12640283
Cherrypick from master.
Change-Id: I833d94cd911693c9291e8204f63bd8de945dbba6
2014-03-11 12:26:21 -07:00
Chad Brubaker
7fb0743893
am 674f85af: Merge "Only allow System apps to make VPN exempt routes" into klp-dev
...
* commit '674f85af4c04970ec8875669b3f08eaf0465ba4b':
Only allow System apps to make VPN exempt routes
2014-03-11 19:22:43 +00:00
Chad Brubaker
1011960c44
am decfd707: Merge "Add the calling package name to requestRouteToHost" into klp-dev
...
* commit 'decfd7079b622f9135aeb8f7b2ec48005c844c38':
Add the calling package name to requestRouteToHost
2014-03-11 19:22:39 +00:00
Chad Brubaker
a1d7c74449
Remove SO_BINDTODEVICE from VPN protect
...
SO_BINDTODEVICE is not needed with policy routing.
SO_BINDTODEVICE was also used on the default iface which causes problems
when the default iface is IPv6 only and the socket tries to connect to a
IPv4 address.
Bug: 12940882
Change-Id: I5b2bde0ac5459433fc5749f509072a548532f730
2014-03-11 10:58:19 -07:00
Chad Brubaker
674f85af4c
Merge "Only allow System apps to make VPN exempt routes" into klp-dev
2014-03-11 17:51:50 +00:00
Chad Brubaker
decfd7079b
Merge "Add the calling package name to requestRouteToHost" into klp-dev
2014-03-11 17:51:45 +00:00
Christopher Tate
87503f8561
am e9821bf2: Merge "DO NOT MERGE - Don\'t hang installs if the transport disappears" into klp-dev
...
* commit 'e9821bf2380bfa325e6398a6390a4083007d3006':
DO NOT MERGE - Don't hang installs if the transport disappears
2014-03-11 17:37:06 +00:00
Baligh Uddin
c6ccb8a3d4
am 7138395b: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
...
* commit '7138395b26fcad9664ad05b9c98109f60db8a557':
Import translations. DO NOT MERGE
2014-03-11 17:37:03 +00:00
Christopher Tate
e9821bf238
Merge "DO NOT MERGE - Don't hang installs if the transport disappears" into klp-dev
2014-03-11 17:34:15 +00:00
Baligh Uddin
7138395b26
Merge "Import translations. DO NOT MERGE" into klp-dev
2014-03-11 17:33:28 +00:00
Alan Viverette
9ebe031cdc
am 6e6dc23c: Merge "DO NOT MERGE Quick fix for updating the FastScroller long list property" into klp-dev
...
* commit '6e6dc23c692b14f5e70ee1453eab726978e4984e':
DO NOT MERGE Quick fix for updating the FastScroller long list property
2014-03-11 02:15:26 +00:00
Alan Viverette
7b09a4e5df
am e910a7ce: Merge "DO NOT MERGE Check item type before re-binding transient state views" into klp-dev
...
* commit 'e910a7ce8b42580b8bc184dfc340859a65e98c80':
DO NOT MERGE Check item type before re-binding transient state views
2014-03-11 02:15:24 +00:00
Alan Viverette
3c3377a229
am 6a5b7c6f: Merge "DO NOT MERGE Ensure transient state views are temporarily detached" into klp-dev
...
* commit '6a5b7c6ffbef87c6591dbc8f5813f61b3086bfad':
DO NOT MERGE Ensure transient state views are temporarily detached
2014-03-11 02:15:21 +00:00
Alan Viverette
6e6dc23c69
Merge "DO NOT MERGE Quick fix for updating the FastScroller long list property" into klp-dev
2014-03-11 02:12:13 +00:00
Alan Viverette
e910a7ce8b
Merge "DO NOT MERGE Check item type before re-binding transient state views" into klp-dev
2014-03-11 02:12:05 +00:00
Alan Viverette
6a5b7c6ffb
Merge "DO NOT MERGE Ensure transient state views are temporarily detached" into klp-dev
2014-03-11 02:11:58 +00:00
Adam Powell
75958c2984
am 3a153c0d: Merge "Fix a bug in submenu presenter priority handling" into klp-dev
...
* commit '3a153c0de271a004710e5ac545c48778f7e51b12':
Fix a bug in submenu presenter priority handling
2014-03-11 01:24:47 +00:00
Adam Powell
3a153c0de2
Merge "Fix a bug in submenu presenter priority handling" into klp-dev
2014-03-11 01:22:10 +00:00
Jason Sams
780d57b81a
am cf8573c1: Fix destruction issues relating to AllocationAdapter.
...
* commit 'cf8573c15456c4581b691c7380722ea6dccf11c5':
Fix destruction issues relating to AllocationAdapter.
2014-03-11 01:12:32 +00:00
Jason Sams
e14d5e9011
am 5757bf89: Add hidden minor version ID for support lib workarounds.
...
* commit '5757bf89c44e7a4805340b5634bec13a1caf39f8':
Add hidden minor version ID for support lib workarounds.
2014-03-11 01:12:29 +00:00
Jason Sams
0165db3802
am ff7256e7: Fix destruction issues relating to AllocationAdapter.
...
* commit 'ff7256e757502279b1777127a12eba235be679ae':
Fix destruction issues relating to AllocationAdapter.
2014-03-11 01:12:23 +00:00
Christopher Tate
4bda43777c
DO NOT MERGE - Don't hang installs if the transport disappears
...
Bug 12991308
Cherry-pick from master.
Change-Id: Id1abedd77be7207e67d7ca11591973d33125459c
2014-03-10 18:07:12 -07:00
Mike Lockwood
fbd5521fb5
UsbDeviceManager: Fix race condition between accessory start and USB configured uevents
...
Bug: 13393825
Change-Id: Ice0ce47b4bd65e453771d44b17352982335e9ebd
2014-03-10 15:58:11 -07:00
Katie McCormick
07c0ad973a
Merge "Doc update: new doc studio layout editor" into klp-docs
2014-03-10 21:51:32 +00:00
John Spurlock
f6228d95ea
Merge "Fix doc typos in AppOpsManager.java" into klp-docs
2014-03-10 21:42:37 +00:00
John Spurlock
925b85eae8
Fix doc typos in AppOpsManager.java
...
Change-Id: I3c930a2afce48c57570681a95595149df5158053
2014-03-10 16:52:11 -04:00
Jason Sams
cf8573c154
Fix destruction issues relating to AllocationAdapter.
...
bug 13170046
Change-Id: I2a2ba3cbd7d08c659ed8958fbcc01919e36e86b0
2014-03-10 13:32:42 -07:00
Jason Sams
5757bf89c4
Add hidden minor version ID for support lib workarounds.
...
bug 13170046
Change-Id: I0c77901752e9a0b10bd5be62311c79a0ab7128e5
2014-03-10 13:32:21 -07:00
Jason Sams
ff7256e757
Fix destruction issues relating to AllocationAdapter.
...
bug 13170046
Change-Id: I922b19c086b675949c6fae66c6dcb4c8af3b715f
2014-03-10 13:31:51 -07:00
Robert Greenwalt
e8af5e10e0
am 6d9ed0c3: Merge "DO NOT MERGE Debounce wifi country code Info" into klp-dev
...
* commit '6d9ed0c35327adfba50004fe9270ee6471459fb0':
DO NOT MERGE Debounce wifi country code Info
2014-03-10 20:06:23 +00:00
Robert Greenwalt
6d9ed0c353
Merge "DO NOT MERGE Debounce wifi country code Info" into klp-dev
2014-03-10 20:04:10 +00:00
Baligh Uddin
fafc1ce9f8
Import translations. DO NOT MERGE
...
Change-Id: Iee9ef4f534076df84a28d70663293dc42b26cb99
Auto-generated-cl: translation import
2014-03-10 12:36:47 -07:00
Zhihai Xu
c48c9626bd
am 82ec1442: Merge "DO NOT MERGE Revert "Revert "Add PLAY and PAUSE keycodes and remove PLAY_PAUSE keycode.""" into klp-dev
...
* commit '82ec1442487d66935cb0c30f6da3545d8c33af6e':
DO NOT MERGE Revert "Revert "Add PLAY and PAUSE keycodes and remove PLAY_PAUSE keycode.""
2014-03-10 18:49:47 +00:00
Zhihai Xu
82ec144248
Merge "DO NOT MERGE Revert "Revert "Add PLAY and PAUSE keycodes and remove PLAY_PAUSE keycode.""" into klp-dev
2014-03-10 18:46:56 +00:00
Zhihai Xu
7434fa31d8
DO NOT MERGE Revert "Revert "Add PLAY and PAUSE keycodes and remove PLAY_PAUSE keycode.""
...
This reverts commit 371427b53c70d1a71012de404c29187fe303a22a.
bug:12099469
Change-Id: I497832b54856a9909fc8651ee67555e02e0e763e
2014-03-10 10:58:14 -07:00
Vinit Deshapnde
5f683ca806
am 5243a760: Merge "DO NOT MERGE - Fix Airplane Mode + reboot interaction for Wifi" into klp-dev
...
* commit '5243a760452dc06ec2fd0c50e1c23c0d8c3d16e7':
DO NOT MERGE - Fix Airplane Mode + reboot interaction for Wifi
2014-03-10 17:54:01 +00:00
Vinit Deshapnde
5243a76045
Merge "DO NOT MERGE - Fix Airplane Mode + reboot interaction for Wifi" into klp-dev
2014-03-10 17:51:19 +00:00
Adam Powell
190909f2c1
Fix a bug in submenu presenter priority handling
...
Now that overflow menus and the PhoneWindow-level ListMenuPresenter
can coexist, make sure that ListMenuPresenter handles submenus spawned
by itself. Introduce an internal API for menus to prefer a specific
presenter when performing item actions.
Bug 11979407
Change-Id: Id0b8fcbb8b310cbb3a63a1e5ea7a89de5d53f86f
2014-03-10 10:30:59 -07:00
John Spurlock
0a3cb2ce1b
am b2bd63f0: Merge "Fix doc typos in Vibrator.java" into klp-docs
...
* commit 'b2bd63f00631b68df3595a4369ec4802e6443bc7':
Fix doc typos in Vibrator.java
2014-03-10 16:24:31 +00:00
Scott Main
790c5a4c06
am 29de5063: Merge "fix some typos for GoogleApiClient doc" into klp-docs
...
* commit '29de50633348fb6329ed38980abce0010253a941':
fix some typos for GoogleApiClient doc
2014-03-10 16:24:29 +00:00
Scott Main
7b0c111b5f
am 69e49a81: Merge "fix typos" into klp-docs
...
* commit '69e49a819a5fd3a9d0ede1ba18f204e5e2050da6':
fix typos
2014-03-10 16:24:26 +00:00
John Spurlock
b2bd63f006
Merge "Fix doc typos in Vibrator.java" into klp-docs
2014-03-10 16:22:22 +00:00
Scott Main
29de506333
Merge "fix some typos for GoogleApiClient doc" into klp-docs
2014-03-10 16:21:10 +00:00
Scott Main
69e49a819a
Merge "fix typos" into klp-docs
2014-03-10 16:20:45 +00:00
John Spurlock
0f49c28e7a
Fix doc typos in Vibrator.java
...
Change-Id: Ie95cd7fa16042897e6acf94badec98bc19bde57a
2014-03-10 11:29:35 -04:00
Wei Wang
0ea81eed88
am 1327e59f: Merge "DO NOT MERGE BLE peripheral mode (3/4): Add peripheral mode API." into klp-dev
...
* commit '1327e59f36ceea5a1ee7dc66b311206345353de5':
DO NOT MERGE BLE peripheral mode (3/4): Add peripheral mode API.
2014-03-08 02:05:57 +00:00
Wei Wang
1327e59f36
Merge "DO NOT MERGE BLE peripheral mode (3/4): Add peripheral mode API." into klp-dev
2014-03-08 02:01:02 +00:00
Robert Greenwalt
fcbced38a6
DO NOT MERGE Debounce wifi country code Info
...
We're getting signals from the radio and it sometimes drops out for
a while. This change will delay applying an empty country code
for 15sec but apply non-empty country codes immediately. It uses a
sequence number so we only apply the most recent change, even if
it's delayed.
Also secures the wifi call to set the country code as we can't
allow apps to set it willy-nilly.
bug:11062898
Change-Id: I610039a833e26d4c5c8b7b9ac1b7546f3c83446a
2014-03-07 16:54:58 -08:00
Alan Viverette
bca20aaf0e
DO NOT MERGE Quick fix for updating the FastScroller long list property
...
BUG: 12553181
Change-Id: I5305b0ec4ae8e069fc98d45dc3d5daaa0628ca79
2014-03-07 16:50:24 -08:00