Ejemplo n.º 1
0
        public override void OnDestroy()
        {
            StopListening();
            //mWakeLock.Release();
            Firebase.FirebaseApp.Instance.Dispose();
            if (app != null)
            {
                app.UnregisterFromRuntime();
            }

            notificationManager.Cancel(NOTIFICATION_ID);
            base.OnDestroy();
        }