We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f774c5 commit 35438aeCopy full SHA for 35438ae
1 file changed
AndroidCodeGenerator/dbitem.py
@@ -226,8 +226,8 @@ def declare_var(self):
226
sURIMatcher.addURI(ItemProvider.AUTHORITY, TABLE_NAME + "/#", BASEITEMCODE);
227
}}
228
229
- public static final String TYPE_DIR = "vnd.android.cursor.dir/vnd.example." + TABLE_NAME;
230
- public static final String TYPE_ITEM = "vnd.android.cursor.item/vnd.example." + TABLE_NAME;
+ public static final String TYPE_DIR = "vnd.android.cursor.dir/vnd.{pkg}." + TABLE_NAME;
+ public static final String TYPE_ITEM = "vnd.android.cursor.item/vnd.{pkg}." + TABLE_NAME;
231
232
public {classname}() {{
233
super();
0 commit comments