开发者

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

开发者 https://www.devze.com 2023-04-11 18:45 出处:网络
I 开发者_如何学运维have created DBAdapter but what entry should I make in the android manifest file??

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

精彩评论

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

关注公众号