Skip to content

Instantly share code, notes, and snippets.

@ByteHamster
ByteHamster / ConscryptProviderInstaller.java
Last active June 25, 2022 21:47
ConscryptProviderInstaller Proof-Of-Concept
/*
* This class would be distributed as a small library to be included in apps.
* The library does NOT need the (large) Conscrypt dependency.
*/
package de.danoeh.antennapod.core;
import android.content.Context;
import android.content.pm.PackageManager;