We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 167282f + a5f9b3f commit 83f60c5Copy full SHA for 83f60c5
packages/FusedLocation/AndroidManifest.xml
@@ -18,16 +18,14 @@
18
-->
19
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
20
package="com.android.location.fused"
21
- coreApp="true"
22
- android:sharedUserId="android.uid.system">
+ coreApp="true">
23
24
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
25
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
26
<uses-permission android:name="android.permission.INSTALL_LOCATION_PROVIDER" />
27
28
<application
29
- android:label="@string/app_label"
30
- android:process="system">
+ android:label="@string/app_label">
31
32
<uses-library android:name="com.android.location.provider" />
33
0 commit comments