I'm using some vendor' stock ROM but I as far as I understand it still uses Blocked Numbers Storage - com.android.providers.blockednumber
, however I cant seems to find a way to export or back it up.
Is it possible with Tasker? Is it possible with root? Any API that can get me access to it, if I have root and will set my test palceholder app as a default dialer? I'm willing to use some Xamarin template to make it work.
sqlite3 /data/user_de/0/com.android.providers.blockednumber/databases/blockednumbers.db 'select * from blocked'
– Irfan Latif Jul 30 '20 at 20:51