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.
精彩评论