Skip to content

Commit

Permalink
Merge pull request #95 from apoorvakorde/master
Browse files Browse the repository at this point in the history
remove unnecessary android:exported="true" attribute from FCMPluginActivity in AndroidManifest.xml
  • Loading branch information
andrehtissot authored Jun 8, 2020
2 parents 80fcff0 + 79a80b8 commit 227537d
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 @@ -41,7 +41,7 @@
<preference name="ANDROID_DEFAULT_NOTIFICATION_ICON" default="@mipmap/ic_launcher" />

<config-file target="AndroidManifest.xml" parent="/manifest/application">
<activity android:exported="true" android:name="com.gae.scaffolder.plugin.FCMPluginActivity" android:launchMode="singleTop">
<activity android:name="com.gae.scaffolder.plugin.FCMPluginActivity" android:launchMode="singleTop">
<intent-filter>
<action android:name="FCM_PLUGIN_ACTIVITY" />
<category android:name="android.intent.category.DEFAULT" />
Expand Down

0 comments on commit 227537d

Please sign in to comment.