android - Is there a way for monkeyrunner to look at call and sms history on a device? -
android - Is there a way for monkeyrunner to look at call and sms history on a device? -
is there way me have monkeyrunner able @ phone call , sms history without using sqlite3? before, using popen adb shell "sqlite3 /data/data/com.android.providers.contacts/databases/contacts*.db 'select * calls'"
, while works on emulators not work on non rooted devices.
is there way similar without rooting device?
did seek using monkeyrunner startactivity, broadcastintent. believe using broadcastintent can phone call activity launching com.android.contacts/.dialtactsactivity
android sqlite3 monkeyrunner
Comments
Post a Comment