|
28 | 28 | <activity
|
29 | 29 | android:name=".module.general.RouteActivity"
|
30 | 30 | android:screenOrientation="portrait"
|
| 31 | + android:exported="true" |
31 | 32 | android:theme="@style/SplashTheme">
|
32 | 33 | <intent-filter>
|
33 | 34 | <action android:name="android.intent.action.MAIN" />
|
|
59 | 60 | </activity>
|
60 | 61 | <activity
|
61 | 62 | android:name=".module.home.MainActivity"
|
| 63 | + android:exported="true" |
62 | 64 | android:screenOrientation="portrait"
|
63 | 65 | android:theme="@style/NoneSlideBackableTheme" />
|
64 | 66 | <activity
|
65 | 67 | android:name=".module.drawer.dailyhot.DailyHotActivity"
|
66 | 68 | android:label="@string/page_daily_hot"
|
| 69 | + android:exported="true" |
67 | 70 | android:screenOrientation="portrait" />
|
68 | 71 | <activity
|
69 | 72 | android:name=".module.shortcuts.DailyHotShortcut"
|
70 | 73 | android:label="@string/page_daily_hot"
|
| 74 | + android:exported="true" |
71 | 75 | android:screenOrientation="portrait"
|
72 | 76 | android:theme="@style/NoneSlideBackableTheme"
|
73 | 77 | android:windowSoftInputMode="adjustResize" />
|
74 | 78 | <activity
|
75 | 79 | android:name=".module.create.CreateTopicActivity"
|
76 | 80 | android:label="@string/page_create_topic"
|
| 81 | + android:exported="true" |
77 | 82 | android:screenOrientation="portrait"
|
78 | 83 | android:windowSoftInputMode="adjustResize" />
|
79 | 84 | <activity
|
80 | 85 | android:name=".module.shortcuts.CreateTopicShortcut"
|
81 | 86 | android:label="@string/page_create_topic"
|
| 87 | + android:exported="true" |
82 | 88 | android:screenOrientation="portrait"
|
83 | 89 | android:theme="@style/NoneSlideBackableTheme" />
|
84 | 90 | <activity
|
85 | 91 | android:name=".module.topic.TopicActivity"
|
86 | 92 | android:label="话题"
|
| 93 | + android:exported="true" |
87 | 94 | android:screenOrientation="portrait"
|
88 | 95 | android:windowSoftInputMode="stateHidden|adjustResize" />
|
89 | 96 | <activity
|
90 | 97 | android:name=".module.login.LoginActivity"
|
| 98 | + android:exported="true" |
91 | 99 | android:label="登录V2EX"
|
92 | 100 | android:screenOrientation="portrait" />
|
93 | 101 | <activity
|
94 | 102 | android:name=".module.login.TwoStepLoginActivity"
|
| 103 | + android:exported="true" |
95 | 104 | android:label="两步验证"
|
96 | 105 | android:screenOrientation="portrait" />
|
97 | 106 | <activity
|
98 | 107 | android:name=".module.login.SignInWithGoogleActivity"
|
99 | 108 | android:label="Sign in With Google"
|
| 109 | + android:exported="true" |
100 | 110 | android:screenOrientation="portrait" />
|
101 | 111 | <activity
|
102 | 112 | android:name=".module.user.UserHomeActivity"
|
| 113 | + android:exported="true" |
103 | 114 | android:label="主页"
|
104 | 115 | android:screenOrientation="portrait" />
|
105 | 116 | <activity
|
106 | 117 | android:name=".module.drawer.care.SpecialCareActivity"
|
107 | 118 | android:label="特别关注"
|
| 119 | + android:exported="true" |
108 | 120 | android:screenOrientation="portrait" />
|
109 | 121 | <activity
|
110 | 122 | android:name=".module.drawer.star.StarActivity"
|
111 | 123 | android:label="收藏"
|
| 124 | + android:exported="true" |
112 | 125 | android:screenOrientation="portrait" />
|
113 | 126 | <activity
|
114 | 127 | android:name=".module.shortcuts.StarTopicShortcut"
|
115 | 128 | android:label="收藏"
|
| 129 | + android:exported="true" |
116 | 130 | android:screenOrientation="portrait"
|
117 | 131 | android:theme="@style/NoneSlideBackableTheme" />
|
118 | 132 | <activity
|
119 | 133 | android:name=".module.node.NodeTopicActivity"
|
120 | 134 | android:label="节点"
|
| 135 | + android:exported="true" |
121 | 136 | android:screenOrientation="portrait" />
|
122 | 137 | <activity
|
123 | 138 | android:name=".module.general.WapActivity"
|
| 139 | + android:exported="true" |
124 | 140 | android:label="" />
|
125 | 141 | <activity
|
126 | 142 | android:name=".module.pay.WXPayActivity"
|
127 | 143 | android:label=""
|
| 144 | + android:exported="true" |
128 | 145 | android:theme="@style/TranslucentTheme" />
|
129 | 146 | <activity
|
130 | 147 | android:name=".module.gallery.GalleryActivity"
|
| 148 | + android:exported="true" |
131 | 149 | android:theme="@style/GalleryTheme" />
|
132 | 150 | <activity
|
133 | 151 | android:name=".module.settings.UserManualActivity"
|
| 152 | + android:exported="true" |
134 | 153 | android:label="常见问题" />
|
135 | 154 | <activity
|
136 | 155 | android:name=".module.append.AppendTopicActivity"
|
| 156 | + android:exported="true" |
137 | 157 | android:label="添加附言" />
|
138 | 158 | <activity android:name=".general.PageHost" />
|
139 | 159 | </application>
|
|
0 commit comments