Open
new doc idea....
1
You have a lot of 'providertags inManifest` as:
<provider
android:name="dev.dworks.apps.anexplorer.provider.NonMediaDocumentsProvider"
android:authorities="${applicationId}.nonmedia.documents"
android:exported="true"
android:grantUriPermissions="true"
android:permission="android.permission.MANAGE_DOCUMENT">
Add a description, image, and links to the chromebook topic page so that developers can more easily learn about it.
To associate your repository with the chromebook topic, visit your repo's landing page and select "manage topics."
I'm thinking that I should write up my workflow I use when making a bunch of package updates, combination of github interface, git commands, branching, PRs etc....
I have a very very rough outline here:
https://gist.github.com/minektur/ad88076a179b8c6ceb12fec329506d79
I'm thinking of whipping it up into a fully-fleshed out MD to augment/replace our package build docs on the wiki....