mozilla / apk-factory-service

Web service which converts Open Web Apps into native Android apps
42 stars 18 forks source link

Add android.permission.INTERNET to all apps #62

Closed jhugman closed 5 years ago

jhugman commented 10 years ago

This inserts the INTERNET permission into every AndroidManifest.xml file.

We could've done the same by changing the AndroidManifest in the apk-factory-library, but this way seemed neater – we're only touching one project.

mykmelez commented 10 years ago

@ozten: can you look at this? The first of the two fixes is for bug 960703; I'm not sure about the Android permissions fix, though.

jhugman commented 10 years ago

Reverted my changes re: icons.

ghost commented 10 years ago

Merge "upstream - master"

jhugman commented 5 years ago

Closed as stale.