App does not work
SpamhaterAlex opened this issue · 2 comments
SpamhaterAlex commented
Hi,
interessting tutorial, everything seems nice, but when I click on the button to create such bubble, I will be asked for permission, to allow to put the bubble over my view.
I agree.
When I click on the button, nothing happens.
I will only moved "back" to my parent intent, which called this intent.
Means, activity a call activity b, when I click the button in activity b, I will be brought back to activity a, nothing else happens.
SpamhaterAlex commented
Sorry, it was because of the "finish()" call in the activity. I removed this finish(), but still can not see any bubbles, when I click on this button
SpamhaterAlex commented
Solved:
I had just to add the service in my manifest like in your github-project