Skip to content

Commit

Permalink
Merge pull request arnesson#3 from apility/erikdju/android-manifest-m…
Browse files Browse the repository at this point in the history
…easurement-service

Moved enabling of AppMeasurementService to /manifest/application
  • Loading branch information
erikdju authored Jun 9, 2017
2 parents 5f5d168 + b7182e6 commit 442c566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ 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="/*">
<config-file target="AndroidManifest.xml" parent="/manifest/application">
<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">
Expand Down

0 comments on commit 442c566

Please sign in to comment.