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

timob-10993: Fix crashing issue when targetSdkVersion is 11+ #2998

Merged
merged 2 commits into from Sep 29, 2012

Conversation

hieupham007
Copy link
Contributor

@@ -679,6 +680,14 @@ public boolean dispatchKeyEvent(KeyEvent event)
@Override
public boolean onCreateOptionsMenu(Menu menu)
{
// If targetSdkVersion is set to 11+, Android will invoke this function
// to initialize the menu (since it's part of the action bar). Due
// to the fix for bug 2373, activityProxy won't be initialized b/c the
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We probably want to refer to this as 'android bug 2373' to make it clear

@ayeung
Copy link
Contributor

ayeung commented Sep 20, 2012

Testing instructions need to be updated to use create an apk, upload to the phone, and then install with astro (or some file system app). This is the only way to trigger the restart dialog for android bug 2373.

@hieupham007
Copy link
Contributor Author

Code updated. Ready for re-review.

@ayeung
Copy link
Contributor

ayeung commented Sep 29, 2012

The test cased mentioned in the Jira failed. I had to modify the test instructions to get it working correctly.

@ayeung
Copy link
Contributor

ayeung commented Sep 29, 2012

I've updated the test instructions in Jira. Code reviewed and functionally tested. Request Accepted

ayeung pushed a commit that referenced this pull request Sep 29, 2012
timob-10993: Fix crashing issue when targetSdkVersion is 11+
@ayeung ayeung merged commit b66de42 into tidev:master Sep 29, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants