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-8029: Android: Kindle Fire bad behavior when installing the app manually launching ... #1753

Merged
merged 3 commits into from Mar 21, 2012

Conversation

ayeung
Copy link
Contributor

@ayeung ayeung commented Mar 20, 2012

... manually launching apk from sdcard (1_7_X)

https://jira.appcelerator.org/browse/TIMOB-8029

Test case can be found in parent ticket of TIMOB-7843. When testing, please test against a 2.3 device, 3.0+ device, and most importantly, the kindle fire.

{
invalidKindleFireRelaunch = false;
int count = creationCounter.getAndIncrement();
if (count > 0 && getIntent().getFlags() == KINDLE_FIRE_RESTART_FLAGS
Copy link
Contributor

Choose a reason for hiding this comment

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

can the intent be null in this case?

@hieupham007
Copy link
Contributor

Code reviewed. Please address comments.

@ayeung
Copy link
Contributor Author

ayeung commented Mar 20, 2012

Added a null check for the intent. Ready for review again.

@hieupham007
Copy link
Contributor

Tested with Droid X(2.3.3), Galaxy Tab 10.1 (3.1) and Kindle Fire. Request accepted

rusticphilosopher pushed a commit that referenced this pull request Mar 21, 2012
TIMOB-8029: Android: Kindle Fire bad behavior when installing the app manually launching ...
@rusticphilosopher rusticphilosopher merged commit 1e5f126 into tidev:1_7_X Mar 21, 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

3 participants