Skip to content

Commit 83f60c5

Browse files
Victoria LeaseAndroid (Google) Code Review
authored andcommitted
Merge "FusedLocation runs per user as user" into jb-mr1-dev
2 parents 167282f + a5f9b3f commit 83f60c5

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)