OSDN Git Service

Ensure LocationRequest's worksource defaults to null
authorDavid Christie <dnchrist@google.com>
Fri, 16 Aug 2013 21:12:59 +0000 (14:12 -0700)
committerDavid Christie <dnchrist@google.com>
Fri, 16 Aug 2013 21:12:59 +0000 (14:12 -0700)
commit6de10472786ee17106b096eddbb603ab735c11a7
tree30355c0022ae44d871229520b9cac5410e0b2710
parentdad0f462ae6fee99840bbea910c810282bbc1c54
Ensure LocationRequest's worksource defaults to null
Helps to make sure the service doesn't throw a
SecurityException for not having the UPDATE_DEVICE_STATS
permission.

Change-Id: I9be0302f1378d2c4441e6b7d5ce472ed0d5fbd80
location/java/android/location/LocationRequest.java