|
|
@ -703,7 +703,7 @@ public class AppMaster {
|
|
|
|
Intent intent = context.getPackageManager().getLaunchIntentForPackage("com.xypower.frpandroid");
|
|
|
|
Intent intent = context.getPackageManager().getLaunchIntentForPackage("com.xypower.frpandroid");
|
|
|
|
if (intent != null) {
|
|
|
|
if (intent != null) {
|
|
|
|
intent.putExtra("autoClose", 1);
|
|
|
|
intent.putExtra("autoClose", 1);
|
|
|
|
intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);
|
|
|
|
intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TASK);
|
|
|
|
context.startActivity(intent);
|
|
|
|
context.startActivity(intent);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
} catch (Exception e) {
|
|
|
|
} catch (Exception e) {
|
|
|
|