protected override void OnStart()
        {
            base.OnStart();

            if (mLogImportance == null)
            {
                mLogImportance = new LogImportance();
            }
            mLogImportance.Run();
            customTabActivityHelper.BindCustomTabsService(this);
        }
 protected override void OnStart()
 {
     base.OnStart();
     mCustomTabActivityHelper.BindCustomTabsService(this);
 }