AndroidManifest.xml 357 Bytes
Newer Older
洪国微 committed
1 2 3 4 5
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.ydl.confide" >

    <application>
        <activity android:name=".home.ConfideHomeActivity"
6 7 8
            android:screenOrientation="portrait"
                android:theme="@style/confide_NoTitleTheme"
                >
洪国微 committed
9 10 11
        </activity>
    </application>
</manifest>