Skip to content

Commit

Permalink
Merge pull request #44 from ThomasFondrillon/internet_permission_ACRA
Browse files Browse the repository at this point in the history
Add INTERNET permission when ACRA is selected
  • Loading branch information
a-thomas committed Feb 8, 2013
2 parents a232ffd + 863e5a8 commit 59a862e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -60,7 +60,7 @@ private void extractResources(State state, Application application) {
public File start() {
LOGGER.info("generation of " + application + " : " + state);

if (state.isRestTemplate()) {
if (state.isRestTemplate() || state.isAcra()) {
List<String> permissions = application.getPermissions();
permissions.add("android.permission.INTERNET");
}
Expand Down

0 comments on commit 59a862e

Please sign in to comment.