remove accidentally commited code, was for testing only (into 1.08-pre3)

This commit is contained in:
Philipp Crocoll
2019-11-06 20:52:55 +01:00
parent 32549c9eff
commit bb74305b26

View File

@@ -831,8 +831,7 @@ namespace keepass2android
ActivityManager.RunningAppProcessInfo appProcessInfo = new ActivityManager.RunningAppProcessInfo(); ActivityManager.RunningAppProcessInfo appProcessInfo = new ActivityManager.RunningAppProcessInfo();
ActivityManager.GetMyMemoryState(appProcessInfo); ActivityManager.GetMyMemoryState(appProcessInfo);
//at least on Samsung devices, we always need the helper activity //at least on Samsung devices, we always need the helper activity
//mustUseHelperActivity = (appProcessInfo.Importance != Importance.Foreground) || (Build.Manufacturer != "Google"); mustUseHelperActivity = (appProcessInfo.Importance != Importance.Foreground) || (Build.Manufacturer != "Google");
mustUseHelperActivity = true;
} }
if (mustUseHelperActivity) if (mustUseHelperActivity)
{ {