I want to get the browser cookies from the android application programmatically.
I got a link for one application (.apk
) through one customer(i.e. website). The link will redirect me to the server(i.e., the data base of the owner of .apk
file). Then the owner will check whether the customer is registered. If registered, It'll allow me to download the .apk
file and the server will also send the Customer Id to the cookies. I want to get the Customer Id from the mobile browser cookies using program.