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