Наследование: java.lang.Object
        public override void onCreate()
        {
            base.onCreate();

            mWindowManager = (WindowManager)getSystemService(Context.WINDOW_SERVICE);
            mNotificationManager = (NotificationManager)getSystemService(Context.NOTIFICATION_SERVICE);
            //mLayoutInflater = (LayoutInflater)getSystemService(Context.LAYOUT_INFLATER_SERVICE);

            startedForeground = false;
        }