android.content.ContextWrapper Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core Show documentation
Show all versions of core Show documentation
Stub classes to run Android projects in Desktop environment
package android.content;
import android.content.pm.PackageManager;
public class ContextWrapper {
public int checkSelfPermission(String permission) {
return PackageManager.PERMISSION_GRANTED;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy