remove accidentally commited code, was for testing only (into 1.08-pre3)
This commit is contained in:
		@@ -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)
 | 
				
			||||||
                    {
 | 
					                    {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user