@Override public void onDestroy() { Log.w("SecureSMS", "onDestroy..."); unregisterReceiver(killActivityReceiver); MemoryCleaner.clean(masterSecret); super.onDestroy(); }
@Override protected void onDestroy() { unregisterReceiver(securityUpdateReceiver); unregisterReceiver(groupUpdateReceiver); saveDraft(); MemoryCleaner.clean(masterSecret); super.onDestroy(); }
@Override protected void onDestroy() { MemoryCleaner.clean(masterSecret); super.onDestroy(); }
@Override public void onDestroy() { MemoryCleaner.clean(masterSecret); super.onDestroy(); }