Android: copy sms messages / gallery photos / call history to online resource -
i'm developing android security project. project sneaky calculator. when user uses programmed calculator , presses buttons, there should start background processes copy's sms messages, gallery photo's , call history phone source can grab these.
but don't know how need start this. kind of backend need?
to read sms can use android provided sms manager class. sms manager class read sms's 1 one. after each sms read can dump data either server or local db.
to know gallery photos can access storage device gallery location.you can read via fileinputstream , write file server via multipart object type fileoutputstream object. if want store local db can use blob object.
to know call history can use android provided calllog.calls method.
all above 3 can implement 1 one in background service.
Comments
Post a Comment