|
|
|
|
@ -26,31 +26,38 @@ |
|
|
|
|
|
|
|
|
|
<activity |
|
|
|
|
android:name=".ui.activity.SessionActivity" |
|
|
|
|
android:screenOrientation="portrait" |
|
|
|
|
android:launchMode="singleTop" |
|
|
|
|
android:windowSoftInputMode="adjustNothing" /> |
|
|
|
|
|
|
|
|
|
<activity |
|
|
|
|
android:name=".ui.activity.DataListActivity" |
|
|
|
|
android:screenOrientation="portrait" |
|
|
|
|
android:launchMode="singleTop" /> |
|
|
|
|
|
|
|
|
|
<activity |
|
|
|
|
android:name=".ui.activity.EditableDataActivity" |
|
|
|
|
android:screenOrientation="portrait" |
|
|
|
|
android:launchMode="singleTop" /> |
|
|
|
|
|
|
|
|
|
<activity |
|
|
|
|
android:name=".ui.activity.CurrenciesActivity" |
|
|
|
|
android:screenOrientation="portrait" |
|
|
|
|
android:launchMode="singleTop" /> |
|
|
|
|
|
|
|
|
|
<activity |
|
|
|
|
android:name=".ui.activity.FiltersActivity" |
|
|
|
|
android:screenOrientation="portrait" |
|
|
|
|
android:launchMode="singleTop" /> |
|
|
|
|
|
|
|
|
|
<activity |
|
|
|
|
android:name=".ui.activity.FilterDetailsActivity" |
|
|
|
|
android:screenOrientation="portrait" |
|
|
|
|
android:launchMode="singleTop" /> |
|
|
|
|
|
|
|
|
|
<activity |
|
|
|
|
android:name=".ui.activity.GDPRActivity" |
|
|
|
|
android:screenOrientation="portrait" |
|
|
|
|
android:launchMode="singleTop" /> |
|
|
|
|
|
|
|
|
|
<meta-data |
|
|
|
|
|