AndroidManifest.xml 351 Bytes
Newer Older
1 2 3 4 5 6 7
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
          package="com.ydl.webview">

    <application>
        <activity
                android:name="com.ydl.webview.NewH5Activity"
                android:screenOrientation="portrait"
konghaorui committed
8
                android:theme="@style/platform_NoTitleTheme"/>
9 10 11

    </application>
</manifest>