Fix not noGcm can't install

This commit is contained in:
世界 2021-04-14 13:24:47 +08:00
parent 4fdb6eb283
commit 044a1bd8b0
No known key found for this signature in database
GPG Key ID: CD109927C34A63C4
2 changed files with 7 additions and 22 deletions

View File

@ -14,6 +14,13 @@
</intent-filter>
</service>
<meta-data
android:name="firebase_analytics_collection_deactivated"
android:value="true" />
<meta-data
android:name="google_analytics_adid_collection_enabled"
android:value="false" />
</application>
</manifest>

View File

@ -659,28 +659,6 @@
android:name="com.google.android.actions"
android:resource="@xml/actions" />
<meta-data
android:name="firebase_analytics_collection_deactivated"
android:value="true" />
<meta-data
android:name="google_analytics_adid_collection_enabled"
android:value="false" />
<receiver
android:name="com.google.android.gms.measurement.AppMeasurementReceiver"
android:enabled="false"
tools:replace="android:enabled">
<intent-filter>
<action android:name="com.google.android.gms.measurement.UPLOAD" />
</intent-filter>
</receiver>
<service
android:name="com.google.android.gms.measurement.AppMeasurementService"
android:enabled="false"
android:exported="false"
tools:replace="android:enabled" />
</application>
</manifest>