@Retention(value=RUNTIME) @Target(value=FIELD) public @interface ContentUri
ContentUri that should be used to query the ContentProvider.ContentUri will be used for the ContentProvider's authority.
content://some.authority/table_name
Copyright © 2012–2014. All rights reserved.