开发者

What entry should be made in Android Manifest file when creating DBAdapter or a class extending SQLiteOpenHelper?

I 开发者_如何学运维have created DBAdapter but what entry should I make in the android manifest file?? And for my other app I am using a class which extends SQLiteOpenHelper..what entry should I make in the manifest file for that class?


Unless any of those are also extending Activity, BroadcastReceiver or Service, you don't even have to mention them in the manifest. Treat them like regular Java classes.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜