Skip to content

Commit 19df998

Browse files
author
jgduan
committed
修改appId标注。
1 parent 6258e6e commit 19df998

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
<category android:name="android.intent.category.DEFAULT"/>
3838
<category android:name="android.intent.category.BROWSABLE"/>
3939

40-
<data android:scheme="tencent1106862128"/>
40+
<!-- 这里应该填入tencent+您的appId,如appId为123456,则应该填入tencent123456 -->
41+
<data android:scheme="tencent123456"/>
4142
</intent-filter>
4243
</activity>
4344
<activity

0 commit comments

Comments
 (0)