Thursday, 15 August 2013

android - Redirect to another content provider -



android - Redirect to another content provider -

everyone knows facebook reads user's sms-content on android. me tasked create false content provider , redirect facebook read false sms database.

i'm trying create own content provider replace default telephony on android, handle facebook's requests separately.

so, there 2 questions:

1) can find finish project of telephonyprovider? decompilation of telephonyprovider.apk has no results.

2) how can handle requests of specific app separately in content provider?

me tasked create false content provider , redirect facebook read false sms database.

fortunately, not possible, blindingly obvious privacy , security reasons, unless command device firmware.

i'm trying create own content provider replace default telephony on android

fortunately, not possible, blindingly obvious privacy , security reasons, unless command device firmware.

where can find finish project of telephonyprovider?

http://source.android.com.

how can handle requests of specific app separately in content provider?

you can see if binder.getcallinguid() returns identifies app invoked contentprovider -- not know if works or not.

android apk android-contentprovider telephony

No comments:

Post a Comment