Skip to content

Instantly share code, notes, and snippets.

View relwen's full-sized avatar
🏠
Working from home

#Mr Z relwen

🏠
Working from home
View GitHub Profile
package com.buet.dualsim.dualsim.activities;
import android.Manifest;
import android.app.Activity;
import android.app.PendingIntent;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.IntentFilter;
@relwen
relwen / WebviewResourceMappingHelper.java
Created February 11, 2021 16:00 — forked from chethann/WebviewResourceMappingHelper.java
WebviewResourceMappingHelper Sample Code
package com.test.android.helpers;
import android.os.Build;
import android.webkit.WebResourceResponse;
import com.google.gson.Gson;
import com.google.gson.reflect.TypeToken;
import com.test.android.Application;
import org.apache.commons.collections.CollectionUtils;