Skip to content

Instantly share code, notes, and snippets.

@Ahmedfir
Ahmedfir / SimpleCustomChromeTabsHelper.java
Created March 29, 2018 07:39 — forked from NikolaDespotoski/SimpleCustomChromeTabsHelper.java
Simple Custom Tab Helper for Custom Tab support libary
import android.app.Activity;
import android.app.PendingIntent;
import android.content.ComponentName;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.content.pm.PackageManager;
import android.content.pm.ResolveInfo;
import android.graphics.Bitmap;
import android.net.Uri;