|
35 | 35 | android:name="com.google.firebase.messaging.default_notification_icon" |
36 | 36 | android:resource="@drawable/ic_notification" /> |
37 | 37 |
|
| 38 | + <meta-data |
| 39 | + android:name="google_analytics_automatic_screen_reporting_enabled" |
| 40 | + android:value="false" /> |
| 41 | + |
38 | 42 | <service |
39 | 43 | android:name=".core.notifications.FcmNotificationsService" |
40 | 44 | android:exported="false"> |
|
67 | 71 | android:name=".ui.tokens.add_provider.AddProviderActivity" |
68 | 72 | android:exported="false" |
69 | 73 | android:screenOrientation="portrait" |
70 | | - android:windowSoftInputMode="adjustResize" |
71 | | - android:theme="@style/MW24_Screen" /> |
| 74 | + android:theme="@style/MW24_Screen" |
| 75 | + android:windowSoftInputMode="adjustResize" /> |
72 | 76 | <activity |
73 | 77 | android:name=".ui.connect.ConnectActivity" |
74 | 78 | android:excludeFromRecents="true" |
|
257 | 261 | android:launchMode="singleTop" |
258 | 262 | android:parentActivityName=".ui.MainActivity" |
259 | 263 | android:screenOrientation="portrait" |
260 | | - android:windowSoftInputMode="stateAlwaysVisible|adjustResize" |
261 | | - android:theme="@style/MW24_Screen" /> |
| 264 | + android:theme="@style/MW24_Screen" |
| 265 | + android:windowSoftInputMode="stateAlwaysVisible|adjustResize" /> |
262 | 266 | <activity |
263 | 267 | android:name=".ui.account.newaccountidentity.NewAccountIdentityActivity" |
264 | 268 | android:launchMode="singleTop" |
|
286 | 290 | android:launchMode="singleTop" |
287 | 291 | android:parentActivityName=".ui.cis2.SendTokenActivity" |
288 | 292 | android:screenOrientation="portrait" |
289 | | - android:windowSoftInputMode="adjustResize" |
290 | | - android:theme="@style/MW24_Screen"/> |
| 293 | + android:theme="@style/MW24_Screen" |
| 294 | + android:windowSoftInputMode="adjustResize" /> |
291 | 295 | <activity |
292 | 296 | android:name=".ui.transaction.transactiondetails.TransactionDetailsActivity" |
293 | 297 | android:launchMode="singleTop" |
|
469 | 473 | android:name=".ui.bakerdelegation.baker.BakerPoolSettingsActivity" |
470 | 474 | android:launchMode="singleTop" |
471 | 475 | android:screenOrientation="portrait" |
472 | | - android:windowSoftInputMode="adjustPan|stateHidden" |
473 | | - android:theme="@style/MW24_Screen" /> |
| 476 | + android:theme="@style/MW24_Screen" |
| 477 | + android:windowSoftInputMode="adjustPan|stateHidden" /> |
474 | 478 | <activity |
475 | 479 | android:name=".ui.bakerdelegation.baker.BakerStatusActivity" |
476 | 480 | android:launchMode="singleTop" |
|
550 | 554 | android:name=".ui.more.notifications.NotificationsPreferencesActivity" |
551 | 555 | android:launchMode="singleTop" |
552 | 556 | android:screenOrientation="portrait" |
553 | | - android:theme="@style/MW24_Screen"/> |
| 557 | + android:theme="@style/MW24_Screen" /> |
554 | 558 | <activity |
555 | 559 | android:name=".ui.tokens.provider.NFTActivity" |
556 | 560 | android:launchMode="singleTop" |
557 | 561 | android:screenOrientation="portrait" |
558 | | - android:theme="@style/MW24_Screen"/> |
| 562 | + android:theme="@style/MW24_Screen" /> |
559 | 563 | <activity |
560 | 564 | android:name=".ui.account.accountslist.AccountsListActivity" |
561 | 565 | android:launchMode="singleTop" |
562 | 566 | android:screenOrientation="portrait" |
563 | | - android:theme="@style/MW24_Screen"/> |
564 | | - <activity android:name=".ui.cis2.manage.ManageTokenListActivity" |
| 567 | + android:theme="@style/MW24_Screen" /> |
| 568 | + <activity |
| 569 | + android:name=".ui.cis2.manage.ManageTokenListActivity" |
565 | 570 | android:launchMode="singleTask" |
566 | 571 | android:screenOrientation="portrait" |
567 | | - android:theme="@style/MW24_Screen"/> |
568 | | - <activity android:name=".ui.cis2.manage.AddTokenActivity" |
| 572 | + android:theme="@style/MW24_Screen" /> |
| 573 | + <activity |
| 574 | + android:name=".ui.cis2.manage.AddTokenActivity" |
569 | 575 | android:launchMode="singleTop" |
570 | 576 | android:screenOrientation="portrait" |
571 | | - android:theme="@style/MW24_Screen"/> |
572 | | - <activity android:name=".ui.cis2.manage.AddTokenDetailsActivity" |
| 577 | + android:theme="@style/MW24_Screen" /> |
| 578 | + <activity |
| 579 | + android:name=".ui.cis2.manage.AddTokenDetailsActivity" |
573 | 580 | android:launchMode="singleTop" |
574 | 581 | android:screenOrientation="portrait" |
575 | | - android:theme="@style/MW24_Screen"/> |
576 | | - <activity android:name=".ui.account.accountdetails.transfers.AccountDetailsTransfersActivity" |
| 582 | + android:theme="@style/MW24_Screen" /> |
| 583 | + <activity |
| 584 | + android:name=".ui.account.accountdetails.transfers.AccountDetailsTransfersActivity" |
577 | 585 | android:launchMode="singleTop" |
578 | 586 | android:screenOrientation="portrait" |
579 | | - android:theme="@style/MW24_Screen"/> |
| 587 | + android:theme="@style/MW24_Screen" /> |
580 | 588 | <activity |
581 | 589 | android:name=".ui.multiwallet.WalletsActivity" |
582 | 590 | android:launchMode="singleTop" |
583 | 591 | android:screenOrientation="portrait" |
584 | | - android:theme="@style/MW24_Screen"/> |
| 592 | + android:theme="@style/MW24_Screen" /> |
585 | 593 | <activity |
586 | 594 | android:name=".ui.cis2.SelectTokenActivity" |
587 | 595 | android:launchMode="singleTop" |
588 | 596 | android:screenOrientation="portrait" |
589 | | - android:theme="@style/MW24_Screen"/> |
| 597 | + android:theme="@style/MW24_Screen" /> |
590 | 598 | </application> |
591 | 599 |
|
592 | 600 | </manifest> |
0 commit comments