Пример #1
0
        protected override void OnStart()
        {
            base.OnStart();

            // [Chrome] Custom Tabs WarmUp and prefetch
            custom_tab_activity_helper.BindCustomTabsService(this);

            return;
        }
Пример #2
0
        protected override void OnStart()
        {
            base.OnStart();

            // Step 2.2 Customizing the UI - Native UI [OPTIONAL]
            // [Chrome] Custom Tabs WarmUp and prefetch
            custom_tab_activity_helper.BindCustomTabsService(this);

            return;
        }