Back to project page anluwage.
The source code is released under:
GNU General Public License
If you think the Android project anluwage listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.sudocode.content.provider.api; // w w w .j ava2 s . c o m /** * Created by RM on 1/29/14. */ public interface TableModelConstants { public interface ModifyTags { int MODIFIABLE = 0; int NON_MODIFIABLE = 1; } }