| | |
| | | android:exported="false" /> |
| | | <activity android:name=".ui.home.GenealogyActivity" |
| | | android:exported="false"/> |
| | | <activity android:name=".ui.TestActivity" |
| | | /> |
| | | <activity android:name=".ui.personal_center.LoginBgChangeActivity" |
| | | android:exported="false"/> |
| | | <activity android:name=".ui.home.HomeMindMapActivity" |
| | |
| | | android:screenOrientation="landscape" |
| | | android:theme="@style/FullScreenTheme" /> |
| | | |
| | | <activity |
| | | android:name=".ui.PlayActivity" |
| | | android:configChanges="keyboard|keyboardHidden|orientation|screenSize|screenLayout|smallestScreenSize|uiMode" |
| | | android:screenOrientation="portrait" |
| | | android:theme="@style/FullScreenTheme" |
| | | /> |
| | | |
| | | </application> |
| | | |
| | | </manifest> |