AndroidManifest.xml 2.64 KB
Newer Older
konghaorui committed
1 2
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
konghaorui committed
3
        package="com.yidianling.dynamic">
konghaorui committed
4 5 6 7 8

    <uses-permission android:name="android.permission.INTERNET" />

    <application>
        <activity
konghaorui committed
9 10 11
                android:name=".trendsDetail.TrendsDetailActivity"
                android:screenOrientation="portrait"
                android:theme="@style/platform_NoTitleTheme" />
konghaorui committed
12
        <activity
konghaorui committed
13 14 15
                android:name=".topic.topicDetail.TopicDetailActivity"
                android:screenOrientation="portrait"
                android:theme="@style/platform_NoTitleTheme" />
konghaorui committed
16
        <activity
konghaorui committed
17 18 19
                android:name=".publishTrend.PublishTrendActivity"
                android:screenOrientation="portrait"
                android:theme="@style/platform_NoTitleTheme" />
konghaorui committed
20
        <activity
konghaorui committed
21 22 23
                android:name=".activity.TrendsReplyInfoActivity"
                android:screenOrientation="portrait"
                android:theme="@style/platform_NoTitleTheme" />
konghaorui committed
24
        <activity
konghaorui committed
25 26 27
                android:name=".activity.MyTrendsActivity"
                android:screenOrientation="portrait"
                android:theme="@style/platform_NoTitleTheme" />
konghaorui committed
28
        <activity
konghaorui committed
29 30 31
                android:name=".common.browsePictures.BrowsePicturesActivity"
                android:screenOrientation="portrait"
                android:theme="@style/platform_NoTitleTheme" />
konghaorui committed
32
        <activity
konghaorui committed
33 34 35
                android:name=".common.browsePictures.BrowsePicturesActivity2"
                android:screenOrientation="portrait"
                android:theme="@style/platform_NoTitleTheme" />
konghaorui committed
36
        <activity
konghaorui committed
37 38 39 40
                android:name=".members.MembersActivity"
                android:launchMode="singleTop"
                android:screenOrientation="portrait"
                android:theme="@style/platform_NoTitleTheme" />
konghaorui committed
41
        <activity
konghaorui committed
42 43 44
                android:name=".publishTrend.SelecTopicActivity"
                android:screenOrientation="portrait"
                android:theme="@style/platform_NoTitleTheme" />
45 46 47 48
        <activity
            android:name=".publishTrend.PublishTrendActivityTrends"
            android:screenOrientation="portrait"
            android:theme="@style/platform_NoTitleTheme" />
konghaorui committed
49
        <activity
konghaorui committed
50 51 52
                android:name=".topic.AllTopicActivity"
                android:screenOrientation="portrait"
                android:theme="@style/platform_NoTitleTheme" />
konghaorui committed
53
        <activity
konghaorui committed
54 55 56
                android:name=".thank.ThankActivity"
                android:screenOrientation="portrait"
                android:theme="@style/platform_NoTitleTheme" />
konghaorui committed
57 58 59
    </application>

</manifest>