I want to develop an Android app which can get all visited websites
Does any one know how to do it?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
every browser does save a history for itself. so you would need an implementation for every browsers (if that is possible). and i hope most browsers encrypt the history files to make them unreadable. i wouldn’t like to have an app look at my browsing history unless i explicitly permit it. but there is not android permission for that, so that wouldnt be possible. maybe there is a way to access the history files of the browsers, but that would probably need root, and i still think you shouldnt do that.