Android Service To Start Activity Not Reacting Like I Think It Should
I've been working on a program that listens for bluetooth messages to start various apps on my phone. Each of the following work correctly if the main layout is displayed but once
Solution 1:
Its not that nothing is happening. Its that the Activity is not recreated. Try overriding onStart() I bet this is getting called instead.
Post a Comment for "Android Service To Start Activity Not Reacting Like I Think It Should"