Skip to content

Commit

Permalink
chore: remove android config from plugin.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanneff committed Jan 10, 2017
1 parent 1618d33 commit 80173ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 24 deletions.
13 changes: 1 addition & 12 deletions plugin.template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,18 +60,7 @@ SOFTWARE.
<param name="onload" value="true" />
</feature>
</config-file>
<config-file target="AndroidManifest.xml" parent="/manifest/application">
<meta-data android:name="io.branch.sdk.BranchKey" android:value="$BRANCH_KEY" />
</config-file>
<config-file target="AndroidManifest.xml" parent="/manifest/application/activity">
<!-- Non AppLink example -->
<intent-filter>
<data android:scheme="$URI_SCHEME" />
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
</intent-filter>
</config-file>

<source-file src="src/android/io/branch/BranchSDK.java" target-dir="src/io/branch" />
<framework src="io.branch.sdk.android:library:2+" />
</platform>
Expand Down
13 changes: 1 addition & 12 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,18 +60,7 @@ SOFTWARE.
<param name="onload" value="true" />
</feature>
</config-file>
<config-file target="AndroidManifest.xml" parent="/manifest/application">
<meta-data android:name="io.branch.sdk.BranchKey" android:value="$BRANCH_KEY" />
</config-file>
<config-file target="AndroidManifest.xml" parent="/manifest/application/activity">
<!-- Non AppLink example -->
<intent-filter>
<data android:scheme="$URI_SCHEME" />
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
</intent-filter>
</config-file>

<source-file src="src/android/io/branch/BranchSDK.java" target-dir="src/io/branch" />
<framework src="io.branch.sdk.android:library:2+" />
</platform>
Expand Down

0 comments on commit 80173ce

Please sign in to comment.