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-16088] Removed WRITE_EXTERNALSTORAGE permission for production an... #5172

Merged
merged 2 commits into from Jan 3, 2014
Merged

[TIMOB-16088] Removed WRITE_EXTERNALSTORAGE permission for production an... #5172

merged 2 commits into from Jan 3, 2014

Conversation

cb1kenobi
Copy link
Contributor

...d non-debug test builds. Only add the TiAnalyticsService if analytics is enabled. Added plugin hook for when AndroidManifest.xml is written.

… and non-debug test builds. Only add the TiAnalyticsService if analytics is enabled. Added plugin hook for when AndroidManifest.xml is written.
@ingo
Copy link
Contributor

ingo commented Dec 30, 2013

Just to confirm, a user could add this permission back manually if they wanted it, yes? Did we always add it before in 3.1.X builds so now a user might be confused where it went?

@cb1kenobi
Copy link
Contributor Author

@ingo Yes, to add it back, then can simply make a custom AndroidManifest.xml that includes it. They could also write a hook that adds it, but that would be more work.

It appears that it was always there in 3.1.x, however I have not confirmed this. Even if it was added by default in 3.1.x, it's possible that it is not added when using a custom AndroidManifest.xml. That would require some testing.

@ingo
Copy link
Contributor

ingo commented Dec 30, 2013

I would be concerned that we not cause additional confusion by removing a permission that was there by default. We should confirm the old behavior and make sure the new behavior changes as little as possible.

…onfig option to merge custom AndroidManifest.xml to preserve 3.2.0 behavior, but it is disabled by default. Updated i18n strings.
@ayeung
Copy link
Contributor

ayeung commented Jan 3, 2014

Code reviewed and functionally tested. Request Accepted.

ayeung pushed a commit that referenced this pull request Jan 3, 2014
[TIMOB-16088] Removed WRITE_EXTERNALSTORAGE permission for production an...
@ayeung ayeung merged commit 6300513 into tidev:master Jan 3, 2014
@cb1kenobi cb1kenobi deleted the timob-16088 branch January 6, 2014 18:17
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