-
Android Debug Database的代码
资源介绍
Android Debug Database
Android Debug Database is a powerful library for debugging databases and shared preferences in Android applications.
Android Debug Database allows you to view databases and shared preferences directly in your browser in a very simple way.
What can Android Debug Database do?
See all the databases.
See all the data in the shared preferences used in your application.
Run any sql query on the given database to update and delete your data.
Directly edit the database v