AndroidManifest.xml 482 Bytes
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" >

    <application>


        <activity
            android:name="com.cnlive.strike.debug.wxapi.WXEntryActivity"
            android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen"
            android:label="@string/app_name"
            android:exported="true"
            android:launchMode="singleTop">
        </activity>

    </application>

</manifest>