|
|
|
|
@ -29,7 +29,8 @@ |
|
|
|
|
android:name="net.pokeranalytics.android.ui.activity.HomeActivity" |
|
|
|
|
android:label="@string/app_name" |
|
|
|
|
android:launchMode="singleTop" |
|
|
|
|
android:screenOrientation="portrait"> |
|
|
|
|
android:screenOrientation="portrait" |
|
|
|
|
android:exported="true"> |
|
|
|
|
<intent-filter> |
|
|
|
|
<action android:name="android.intent.action.MAIN" /> |
|
|
|
|
<action android:name="android.intent.action.VIEW" /> |
|
|
|
|
@ -42,7 +43,8 @@ |
|
|
|
|
<activity |
|
|
|
|
android:name="net.pokeranalytics.android.ui.activity.ImportActivity" |
|
|
|
|
android:launchMode="singleTop" |
|
|
|
|
android:screenOrientation="portrait"> |
|
|
|
|
android:screenOrientation="portrait" |
|
|
|
|
android:exported="true"> |
|
|
|
|
|
|
|
|
|
<intent-filter tools:ignore="AppLinkUrlError"> |
|
|
|
|
<action android:name="android.intent.action.VIEW" /> |
|
|
|
|
@ -131,7 +133,7 @@ |
|
|
|
|
|
|
|
|
|
<activity |
|
|
|
|
android:name="net.pokeranalytics.android.ui.modules.data.EditableDataActivity" |
|
|
|
|
android:launchMode="singleTop" |
|
|
|
|
android:launchMode="standard" |
|
|
|
|
android:screenOrientation="portrait" /> |
|
|
|
|
|
|
|
|
|
<activity |
|
|
|
|
|