|
11 | 11 | android:name=".Utils.AppData" |
12 | 12 | android:allowBackup="false" |
13 | 13 | android:icon="@mipmap/icon" |
14 | | - android:roundIcon="@mipmap/icon" |
15 | 14 | android:label="@string/app_name" |
16 | 15 | android:networkSecurityConfig="@xml/network_security_config" |
| 16 | + android:roundIcon="@mipmap/icon_round" |
17 | 17 | android:supportsRtl="true" |
18 | 18 | android:theme="@style/AppTheme" |
19 | 19 | android:usesCleartextTraffic="true"> |
20 | | - <activity android:name=".Demo14Activity" |
| 20 | + <activity |
| 21 | + android:name=".Demo16Activity" |
| 22 | + android:configChanges="orientation|screenSize|smallestScreenSize" |
| 23 | + android:exported="true"> |
| 24 | + <intent-filter> |
| 25 | + <action android:name="android.intent.action.VIEW" /> |
| 26 | + |
| 27 | + <category android:name="android.intent.category.DEFAULT" /> |
| 28 | + <category android:name="android.intent.category.BROWSABLE" /> |
| 29 | + |
| 30 | + <data |
| 31 | + android:host="leaqi.cn" |
| 32 | + android:path="/Demo16" |
| 33 | + android:scheme="drawer" /> |
| 34 | + </intent-filter></activity> |
| 35 | + <activity |
| 36 | + android:name=".Demo15Activity" |
| 37 | + android:configChanges="orientation|screenSize|smallestScreenSize" |
| 38 | + android:exported="true"> |
| 39 | + <intent-filter> |
| 40 | + <action android:name="android.intent.action.VIEW" /> |
| 41 | + |
| 42 | + <category android:name="android.intent.category.DEFAULT" /> |
| 43 | + <category android:name="android.intent.category.BROWSABLE" /> |
| 44 | + |
| 45 | + <data |
| 46 | + android:host="leaqi.cn" |
| 47 | + android:path="/Demo15" |
| 48 | + android:scheme="drawer" /> |
| 49 | + </intent-filter> |
| 50 | + </activity> |
| 51 | + <activity |
| 52 | + android:name=".Demo14Activity" |
21 | 53 | android:configChanges="orientation|screenSize|smallestScreenSize" |
22 | 54 | android:exported="true"> |
23 | 55 | <intent-filter> |
|
32 | 64 | android:scheme="drawer" /> |
33 | 65 | </intent-filter> |
34 | 66 | </activity> |
35 | | - <activity android:name=".Demo13Activity" |
| 67 | + <activity |
| 68 | + android:name=".Demo13Activity" |
36 | 69 | android:configChanges="orientation|screenSize|smallestScreenSize" |
37 | 70 | android:exported="true"> |
38 | 71 | <intent-filter> |
|
47 | 80 | android:scheme="drawer" /> |
48 | 81 | </intent-filter> |
49 | 82 | </activity> |
50 | | - <activity android:name=".Demo12Activity" |
| 83 | + <activity |
| 84 | + android:name=".Demo12Activity" |
51 | 85 | android:configChanges="orientation|screenSize|smallestScreenSize" |
52 | 86 | android:exported="true"> |
53 | 87 | <intent-filter> |
|
62 | 96 | android:scheme="drawer" /> |
63 | 97 | </intent-filter> |
64 | 98 | </activity> |
65 | | - <activity android:name=".Demo11Activity" |
| 99 | + <activity |
| 100 | + android:name=".Demo11Activity" |
66 | 101 | android:configChanges="orientation|screenSize|smallestScreenSize" |
67 | 102 | android:exported="true"> |
68 | 103 | <intent-filter> |
|
79 | 114 | </activity> |
80 | 115 | <activity |
81 | 116 | android:name=".Demo10Activity" |
82 | | - android:windowSoftInputMode="adjustResize" |
83 | 117 | android:configChanges="orientation|screenSize|smallestScreenSize" |
84 | | - android:exported="true"> |
| 118 | + android:exported="true" |
| 119 | + android:windowSoftInputMode="adjustResize"> |
85 | 120 | <intent-filter> |
86 | 121 | <action android:name="android.intent.action.VIEW" /> |
87 | 122 |
|
|
94 | 129 | android:scheme="drawer" /> |
95 | 130 | </intent-filter> |
96 | 131 | </activity> |
97 | | - <activity android:name=".Demo9Activity" |
| 132 | + <activity |
| 133 | + android:name=".Demo9Activity" |
98 | 134 | android:configChanges="orientation|screenSize|smallestScreenSize" |
99 | 135 | android:exported="true"> |
100 | 136 | <intent-filter> |
|
109 | 145 | android:scheme="drawer" /> |
110 | 146 | </intent-filter> |
111 | 147 | </activity> |
112 | | - <activity android:name=".Demo8Activity" |
| 148 | + <activity |
| 149 | + android:name=".Demo8Activity" |
113 | 150 | android:configChanges="orientation|screenSize|smallestScreenSize" |
114 | 151 | android:exported="true"> |
115 | 152 | <intent-filter> |
|
124 | 161 | android:scheme="drawer" /> |
125 | 162 | </intent-filter> |
126 | 163 | </activity> |
127 | | - <activity android:name=".Demo7Activity" |
| 164 | + <activity |
| 165 | + android:name=".Demo7Activity" |
128 | 166 | android:configChanges="orientation|screenSize|smallestScreenSize" |
129 | 167 | android:exported="true"> |
130 | 168 | <intent-filter> |
|
139 | 177 | android:scheme="drawer" /> |
140 | 178 | </intent-filter> |
141 | 179 | </activity> |
142 | | - <activity android:name=".Demo6Activity" |
| 180 | + <activity |
| 181 | + android:name=".Demo6Activity" |
143 | 182 | android:configChanges="orientation|screenSize|smallestScreenSize" |
144 | 183 | android:exported="true"> |
145 | 184 | <intent-filter> |
|
154 | 193 | android:scheme="drawer" /> |
155 | 194 | </intent-filter> |
156 | 195 | </activity> |
157 | | - <activity android:name=".Demo5Activity" |
| 196 | + <activity |
| 197 | + android:name=".Demo5Activity" |
158 | 198 | android:configChanges="orientation|screenSize|smallestScreenSize" |
159 | 199 | android:exported="true"> |
160 | 200 | <intent-filter> |
|
169 | 209 | android:scheme="drawer" /> |
170 | 210 | </intent-filter> |
171 | 211 | </activity> |
172 | | - <activity android:name=".Demo4Activity" |
| 212 | + <activity |
| 213 | + android:name=".Demo4Activity" |
173 | 214 | android:configChanges="orientation|screenSize|smallestScreenSize" |
174 | 215 | android:exported="true"> |
175 | 216 | <intent-filter> |
|
184 | 225 | android:scheme="drawer" /> |
185 | 226 | </intent-filter> |
186 | 227 | </activity> |
187 | | - <activity android:name=".Demo3Activity" |
| 228 | + <activity |
| 229 | + android:name=".Demo3Activity" |
188 | 230 | android:configChanges="orientation|screenSize|smallestScreenSize" |
189 | 231 | android:exported="true"> |
190 | 232 | <intent-filter> |
|
199 | 241 | android:scheme="drawer" /> |
200 | 242 | </intent-filter> |
201 | 243 | </activity> |
202 | | - <activity android:name=".Demo2Activity" |
| 244 | + <activity |
| 245 | + android:name=".Demo2Activity" |
203 | 246 | android:configChanges="orientation|screenSize|smallestScreenSize" |
204 | 247 | android:exported="true"> |
205 | 248 | <intent-filter> |
|
214 | 257 | android:scheme="drawer" /> |
215 | 258 | </intent-filter> |
216 | 259 | </activity> |
217 | | - <activity android:name=".Demo1Activity" |
| 260 | + <activity |
| 261 | + android:name=".Demo1Activity" |
218 | 262 | android:configChanges="orientation|screenSize|smallestScreenSize" |
219 | 263 | android:exported="true"> |
220 | 264 | <intent-filter> |
|
229 | 273 | android:scheme="drawer" /> |
230 | 274 | </intent-filter> |
231 | 275 | </activity> |
232 | | - <activity android:name=".MainActivity" |
| 276 | + <activity |
| 277 | + android:name=".MainActivity" |
233 | 278 | android:configChanges="orientation|screenSize|smallestScreenSize" |
234 | 279 | android:exported="true"> |
235 | 280 | <intent-filter> |
|
0 commit comments