Answers for "how to finish activity that is not visible to user android"

0

how to stop activity from another activity

public static Activity fa;
onCreate()
{
    fa = this;
}
Posted by: Guest on April-10-2020
0

how to stop activity from another activity

onCreate()
{
    FirstActivity.fa.finish();
}
Posted by: Guest on April-10-2020

Code answers related to "how to finish activity that is not visible to user android"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language