Skip to content

Commit

Permalink
Merge pull request jestcastro#1 from apility/thomas-alrek-android-man…
Browse files Browse the repository at this point in the history
…ifest

Add com.google.android.gms.measurement.AppMeasurementService to Andro…
  • Loading branch information
thomas-alrek authored Jun 9, 2017
2 parents 7a69b95 + e7b0804 commit cbb6512
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 cbb6512

Please sign in to comment.