mozilla / apk-factory-service

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

Need unique java package names for packaged apps #5

Closed ozten closed 10 years ago

ozten commented 10 years ago

For packaged apps on our Marketplace, we take the manifest URL and turn them into Java Packages.

We must guarantee that these package names are globally unique between apps, since this is a fundamental aspect of how Android apps are organized.

We should have some unit tests for this piece of code.

ozten commented 10 years ago

Moved to https://bugzilla.mozilla.org/show_bug.cgi?id=960221

Closing.