Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pressing "back" from main screen throws exception if TaskSwitcher is installed #90

Open
GoogleCodeExporter opened this issue Mar 15, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Install TaskSwitcher
2. Start BookWorm
3. Press "back"

What is the expected output? What do you see instead?
Expected to see home screen, instead received force stop.

Please use labels and text to provide additional information.

Looking at the code in main.java, it sends the main activity the home intent 
category. Normally this displays the home screen without closing the 
application, where on most apparently, it appears to close the app. With 
TaskSwitcher, it looks like a new intent handler is provided which causes a 
permissions exception. There are at least 2 solutions (other than removing the 
conflicting app): add the missing permission or change the back button to call 
finish. 

Original issue reported on code.google.com by [email protected] on 30 Jul 2010 at 1:58

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant