parent
8dbed44850
commit
21756da8bc
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
package="de.lukaspieper.gcam.services">
|
package="com.google.android.gms">
|
||||||
|
|
||||||
<application
|
<application
|
||||||
android:forceQueryable="true"
|
android:forceQueryable="true"
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
tools:targetApi="30">
|
tools:targetApi="30">
|
||||||
|
|
||||||
<provider
|
<provider
|
||||||
android:name="com.google.android.gms.GServicesProvider"
|
android:name=".GServicesProvider"
|
||||||
android:authorities="com.google.android.gsf.gservices"
|
android:authorities="com.google.android.gsf.gservices"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
tools:ignore="ExportedContentProvider" />
|
tools:ignore="ExportedContentProvider" />
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue