Skip to content

Commit a5f9b3f

Browse files
author
Victoria Lease
committed
FusedLocation runs per user as user
Change-Id: Ib9589000f201902bd6be2d58413c11b9340cf6ac
1 parent 269518e commit a5f9b3f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

packages/FusedLocation/AndroidManifest.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,14 @@
1818
-->
1919
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2020
package="com.android.location.fused"
21-
coreApp="true"
22-
android:sharedUserId="android.uid.system">
21+
coreApp="true">
2322

2423
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
2524
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
2625
<uses-permission android:name="android.permission.INSTALL_LOCATION_PROVIDER" />
2726

2827
<application
29-
android:label="@string/app_label"
30-
android:process="system">
28+
android:label="@string/app_label">
3129

3230
<uses-library android:name="com.android.location.provider" />
3331

0 commit comments

Comments
 (0)