Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add manifest demo file
  • Loading branch information
lihei12345 committed Dec 16, 2014
1 parent c87d3f8 commit 4b75a27
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions AndroidManifest.xml
@@ -0,0 +1,10 @@

<application
android:label="@string/app_name"
android:screenOrientation="portrait"
android:theme="@style/AppTheme" >
<!-- app pid -->
<meta-data android:name="CHANNEL_ID" android:value="${APP_PID_PLACEHOLDER}" />
<!-- app key -->
<meta-data android:name="CHANNEL_NAME" android:value="${APP_KEY_PLACEHOLDER}" />
</application>

0 comments on commit 4b75a27

Please sign in to comment.