|
23 | 23 | android:usesCleartextTraffic="true"> |
24 | 24 | <activity |
25 | 25 | android:name=".ui.view.setting.OnboardingPermissionActivity" |
26 | | - android:exported="false" /> |
| 26 | + android:exported="false" |
| 27 | + android:screenOrientation="portrait" /> |
27 | 28 | <activity |
28 | 29 | android:name=".ui.view.license.LicenseActivity" |
29 | | - android:exported="false" /> |
| 30 | + android:exported="false" |
| 31 | + android:screenOrientation="portrait" /> |
30 | 32 | <activity |
31 | 33 | android:name=".ui.view.alarm.AlarmActivity" |
32 | 34 | android:exported="false" |
33 | | - android:launchMode="singleTask" /> |
| 35 | + android:launchMode="singleTask" |
| 36 | + android:screenOrientation="portrait" /> |
34 | 37 | <activity |
35 | 38 | android:name=".ui.view.keyword.KeywordActivity" |
36 | | - android:exported="false" /> |
| 39 | + android:exported="false" |
| 40 | + android:screenOrientation="portrait" /> |
37 | 41 | <activity |
38 | 42 | android:name=".ui.view.keyword.OnboardingKeywordActivity" |
39 | | - android:exported="false" /> |
| 43 | + android:exported="false" |
| 44 | + android:screenOrientation="portrait" /> |
40 | 45 | <activity |
41 | 46 | android:name=".ui.view.depart.DepartActivity" |
42 | | - android:exported="false" /> |
| 47 | + android:exported="false" |
| 48 | + android:screenOrientation="portrait" /> |
43 | 49 | <activity |
44 | 50 | android:name=".ui.view.depart.OnboardingDepartActivity" |
45 | | - android:exported="false" /> |
| 51 | + android:exported="false" |
| 52 | + android:screenOrientation="portrait" /> |
46 | 53 | <activity |
47 | 54 | android:name=".ui.view.splash.SplashActivity" |
48 | 55 | android:exported="true" |
| 56 | + android:screenOrientation="portrait" |
49 | 57 | android:theme="@style/Theme.YouDongKnowMe.Splash"> |
50 | 58 | <intent-filter> |
51 | 59 | <action android:name="android.intent.action.MAIN" /> |
|
55 | 63 | </activity> |
56 | 64 | <activity |
57 | 65 | android:name=".ui.view.detail.DetailActivity" |
58 | | - android:exported="false" /> |
| 66 | + android:exported="false" |
| 67 | + android:screenOrientation="portrait" /> |
59 | 68 | <activity |
60 | 69 | android:name=".ui.view.main.MainActivity" |
61 | 70 | android:exported="false" |
| 71 | + android:screenOrientation="portrait" |
62 | 72 | android:windowSoftInputMode="adjustPan" /> <!-- Firebase Cloud Messaging --> |
63 | 73 | <service |
64 | 74 | android:name=".service.FCMService" |
|
0 commit comments