Skip to content

Instantly share code, notes, and snippets.

View Leviaran's full-sized avatar

Randy Arba Leviaran

View GitHub Profile
@Leviaran
Leviaran / AddCookiesInterceptor.java
Created August 11, 2017 15:14 — forked from nikhiljha/AddCookiesInterceptor.java
Retrofit2/OkHttp3 Cookies (Drag and Drop, One Size Fits 99%)
// Original written by tsuharesu
// Adapted to create a "drop it in and watch it work" approach by Nikhil Jha.
// Just add your package statement and drop it in the folder with all your other classes.
import android.content.Context;
import android.preference.PreferenceManager;
import android.util.Log;
import java.io.IOException;
import java.util.HashSet;