|
|
|
@ -668,7 +668,7 @@ public class AppMaster {
|
|
|
|
|
int port = jsonFrp.optInt("server_port", 7000);
|
|
|
|
|
|
|
|
|
|
Context context = mService.getApplicationContext();
|
|
|
|
|
Intent intent = context.getPackageManager().getLaunchIntentForPackage("io.github.acedroidx.frp");
|
|
|
|
|
Intent intent = context.getPackageManager().getLaunchIntentForPackage("com.xypower.frpandroid");
|
|
|
|
|
if (intent != null) {
|
|
|
|
|
intent.putExtra("startFrp", 1);
|
|
|
|
|
intent.putExtra("server", server);
|
|
|
|
|