To contribute with a small fix, simply create a pull request against the appropriate branch variant. See Development branches for more information or create an issue if you're not sure what branch to target.
Before starting work on new sample intended for submission, please open an issue to discuss it with the team. This will allow us to review the architecture and frameworks used to determine if a spec-compatible app is likely to be accepted.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
Please check out the Code Style for Contributors section in AOSP. Also, check out the rest of the samples and maintain as much consistency with them as possible.
We'd love to accept your sample apps and patches! Before we can take them, some important things need to be taken care of.
By contributing here, you agree that:
- Either you're the original author of that code or,
- You have permission from the original code source contributor for sharing them.
- Submit an issue describing your proposed change to the repo in question.
- The repo owner will respond to your issue promptly.
- Fork the desired repo/branch(dev branch), develop and test your code changes.
- Ensure that your code adheres to the existing style in the sample to which you are contributing. Refer to the Android Code Style Guide for the recommended coding standards for this organization.
- Ensure that your code has an appropriate set of tests which all pass.
- Please update your development/origin branch with development branch of the repository you're making Pull Request to.
- Make sure there is no merge conflict while making Pull Request.
- Submit a pull request.