i'm creating simple application that consume data from database.. I'm installing that application on the device and it works perfectly.. After that, i update my device OS to android 4.3 (my device is nexus 7) from update center and i try to use user profiles.. I create restriction user that only can open that application.. unfortunately, when i open my application it give me error
No such table: [table_name] (code 1) while compiling [SQL_Syntax]
like that application can't find my table..
Does anyone know how to fixed this?