BoD / android-contentprovider-generator

A tool to generate Android ContentProviders.
GNU General Public License v3.0
619 stars 151 forks source link

Added support for ${applicationId} variable in the authority config #75

Closed almilli closed 9 years ago

almilli commented 9 years ago

Supports the new build system with the new Android tools manifest merger to generate the property AUTHORITY field when using the ${applicationId} variable in the config.

See the manifest merger documentation for more details on the ${applicationId} variable: http://tools.android.com/tech-docs/new-build-system/user-guide/manifest-merger

In _config.json: "authority": "${applicationId}.provider",

BoD commented 9 years ago

Merged! Thanks a lot :)

AlexBlokh commented 8 years ago

should add it to read.me