0

Is it possible in android 4.1 or in any versions to fetch the browser site cookie name/value through an android app. If yes please provide the steps or links.

  • is this link clear your needs http://stackoverflow.com/questions/9956917/android-handle-cookie-from-http-get-request http://stackoverflow.com/questions/10814462/how-to-get-cookie-in-httpurlconnection-to-using-cookiestore – J.K Aug 22 '12 at 09:29

1 Answers1

0

If by "browser site cookie" you mean "cookies held by some Web browser application that you did not write", then, no, that is not possible, for obvious privacy and security reasons.

CommonsWare
  • 986,068
  • 189
  • 2,389
  • 2,491