Skip to content

Commit

Permalink
[FIX] Fixed <config-file> entry for inserting additional permission.
Browse files Browse the repository at this point in the history
  • Loading branch information
renesansz committed Jan 25, 2016
1 parent 3c5372e commit 8abdea7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ SOFTWARE.
</config-file>
<config-file target="AndroidManifest.xml" parent="/manifest/application">
<meta-data android:name="io.branch.sdk.BranchKey" android:value="$BRANCH_LIVE_KEY" />
</config-file>
<config-file target="AndroidManifest.xml" parent="/manifest/application/activity">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
Expand Down

0 comments on commit 8abdea7

Please sign in to comment.