react-native-ding-talk-share
Version:
钉钉分享 react native 版 SDK
29 lines (24 loc) • 956 B
text/xml
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="im.shimo.dingtalkshare"
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk
android:minSdkVersion="16"
android:targetSdkVersion="22" />
<application android:allowBackup="true" >
<meta-data
android:name="DD_APP_ID"
android:value="dingoak5hqhuvmpfhpnjvt" />
<activity
android:name="im.shimo.dingtalkshare.DingTalkShareActivity"
android:exported="true"
android:launchMode="singleInstance"
android:theme="@android:style/Theme.Translucent.NoTitleBar" >
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>
</application>
</manifest>