The SdkSetup apk is included by AOSP images and it should not
refers to google apks.
We need to figure out different way to fix the original GTS failure.
BUG: 62292257
This reverts commit fb743d8db6e755e98251e6509a09aed6d51f76d4.
(cherry picked from commit 03f4e91d52fbd994e0c11ddf537ad767e8c14bde)
Change-Id: I87c4dcefc6b51890d4edcd2749eee2fbdb7fc8a0
Increase SdkSetup's HOME intent priority to 3, because
ATV has leanbacklauncher which uses priority 2; So that
ATV can go 'home'
bug: 28432804
Change-Id: I170c8b3fd4d3e82fd09c82e84bb8eeb32bb7c004
SdkSetup app needs to run before the Launcher;
it now has to be privileged to have higher than 0 intent
priority.
bug: 28253210
Change-Id: I4dd971a90685341a3d49e0b525d5ca4a1dda2748
LocationManagerService now listens for changes to settings,
making LocationManager.updateProviders() unnecessary.
Removed LocationManager.updateProviders()
Added Settings.Secure.setLocationProviderEnabled(), which is a thread-safe way
of enabling or disabling a single location provider.
This is safer than reading, modifying and writing the LOCATION_PROVIDERS_ALLOWED directly.
BUG=1729031
Original author: lockwood
Automated import of CL 144415