summaryrefslogtreecommitdiffstats
path: root/packages/FusedLocation
diff options
context:
space:
mode:
authorVictoria Lease <violets@google.com>2012-10-29 09:28:53 -0700
committerVictoria Lease <violets@google.com>2012-10-29 09:28:53 -0700
commita5f9b3fc268649d78d67c414a0b5919ec9418b56 (patch)
tree78dfee2e3f9caa6906b9a0f3c879aa69cfd7ed19 /packages/FusedLocation
parent269518e83efc01b387235d6194dcf93726e384ff (diff)
downloadframeworks_base-a5f9b3fc268649d78d67c414a0b5919ec9418b56.zip
frameworks_base-a5f9b3fc268649d78d67c414a0b5919ec9418b56.tar.gz
frameworks_base-a5f9b3fc268649d78d67c414a0b5919ec9418b56.tar.bz2
FusedLocation runs per user as user
Change-Id: Ib9589000f201902bd6be2d58413c11b9340cf6ac
Diffstat (limited to 'packages/FusedLocation')
-rw-r--r--packages/FusedLocation/AndroidManifest.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/packages/FusedLocation/AndroidManifest.xml b/packages/FusedLocation/AndroidManifest.xml
index 10b9064..779428e 100644
--- a/packages/FusedLocation/AndroidManifest.xml
+++ b/packages/FusedLocation/AndroidManifest.xml
@@ -18,16 +18,14 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.location.fused"
- coreApp="true"
- android:sharedUserId="android.uid.system">
+ coreApp="true">
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.INSTALL_LOCATION_PROVIDER" />
<application
- android:label="@string/app_label"
- android:process="system">
+ android:label="@string/app_label">
<uses-library android:name="com.android.location.provider" />