![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
import android.annotation.SuppressLint;import android.app.Activity;import android.app.Service;import android.content.Intent;import android.content.ComponentName;import android.content.Context;import android.content.ContextWrapper;import android.content.pm.ApplicationInfo;import android.content.pm.PackageManager;import android.content.pm.ComponentInfo;import android.content.pm.PackageManager.NameNotFoundException;import android.content.res.Resources;import android.os.Build;import android.os.Bundle;import android.os.Debug;import android.os.Process;import android.system.Os;import android.util.Log;import java.io.File;import java.lang.IllegalArgumentException;import java.util.ArrayList;import java.util.Collections;import java.util.HashMap;import java.util.Objects;import java.util.HashSet;import java.util.Set;import dalvik.system.DexClassLoader;Go to the source code of this file.
Classes | |
| class | org.qtproject.qt.android.QtLoader |
| enum | org.qtproject.qt.android.QtLoader.LoadingResult |
Packages | |
| package | org.qtproject.qt.android |