Error in single query in Sqlite bank using content provider

1

I'm having a problem that when trying to query the database of my application through the Content Provider. When I start the database query the application crashes. I did tests using any integer as id for the query, The application works normally does the search in the database and returns that did not find the value in the database. But when I use an id of the form I need in this format: 3ade68b8gc0b0b0b3, The application crashes.

    
asked by anonymous 18.04.2018 / 17:35

0 answers