Answers for "how to stop activity from another activity"

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 stop activity from another activity"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language