[android-developers] How to does parental control intercept http request from web browser

2012-06-07 Thread Vicky Singh
Hi,
I am investigating how applications like Norton Safe Monitor attach them 
self to the browser on android.  How does software like this intercept the 
url request form the browser. I dont think ther create a proxy. Neither are 
they getting site details from the logs.
Any suggestions?

This is what i see from the logs of Norton Safe Monitor.  

D/WebProtectionService( 6841): browserUrlChanged: http://mobile..com/
D/WebProtection.UrlList( 6841): Exist = mobile..com
D/WebProtection.UrlList( 6841): Exist, List Miss
D/WebProtection.RemoteQuery( 6841): doQuery(http://mobile..com/)

app_646841  119   483144 53004  400a23c0 S 
com.symantec.familysafety


-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Dynamic permissions in Android

2012-04-02 Thread Vicky Singh
 hi,
Dynamic permissions can be added to an app using
PackageManager.addpermision() .But apps that that use this permissions have
to be installed after permission is exposed by the first app.
My questions::: What will the use case for this kind of implementation
where installation order of application is important? has any one used this
feature? If yes under what scenarios?

Vicky

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] How to add application to a gid using adb shell

2012-02-23 Thread Vicky Singh
I am trying to add my application to internet group. But I do not want
to add it from manifest file. I want to use adb shell and then add my
application to the group.

Vicky Singh

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en