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?
I have created DBAdapter but what entry should I make in the android manifest
Share
Unless any of those are also extending
Activity,BroadcastReceiverorService, you don’t even have to mention them in the manifest. Treat them like regular Java classes.