Is it possible to query the list of tables in a database into a Cursor? I don't know how to implement the show tables method in android. One way is to store all tables in a "collector" table as records but this is a workaround.
P.S: I don't need all the tables just the ones starting with "PR_" (I know how to handle this in queries, what I don't know is if that matters in this case).