Skip to content

Commit

Permalink
Add com.google.android.gms.measurement.AppMeasurementService to Andro…
Browse files Browse the repository at this point in the history
…idManifest
  • Loading branch information
thomas-alrek authored Jun 9, 2017
1 parent 7a69b95 commit e7b0804
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
</config-file>
<config-file target="AndroidManifest.xml" parent="/*">
<service android:enabled="true" android:exported="false" android:name="com.google.android.gms.measurement.AppMeasurementService" />
</config-file>
<config-file target="AndroidManifest.xml" parent="/manifest/application">
<service android:name="org.apache.cordova.firebase.FirebasePluginMessagingService">
<intent-filter>
Expand Down

0 comments on commit e7b0804

Please sign in to comment.