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

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