复制代码
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131// // Source code recreated from a .class file by IntelliJ IDEA // (powered by Fernflower decompiler) // package android.content.pm; import android.content.Context; import android.os.Parcel; import android.os.Parcelable; import android.os.Parcelable.Creator; import android.util.Printer; import java.util.Comparator; import java.util.UUID; public class ApplicationInfo extends PackageItemInfo implements Parcelable { public static final int CATEGORY_AUDIO = 1; public static final int CATEGORY_GAME = 0; public static final int CATEGORY_IMAGE = 3; public static final int CATEGORY_MAPS = 6; public static final int CATEGORY_NEWS = 5; public static final int CATEGORY_PRODUCTIVITY = 7; public static final int CATEGORY_SOCIAL = 4; public static final int CATEGORY_UNDEFINED = -1; public static final int CATEGORY_VIDEO = 2; public static final Creator<ApplicationInfo> CREATOR = null; public static final int FLAG_ALLOW_BACKUP = 32768; public static final int FLAG_ALLOW_CLEAR_USER_DATA = 64; public static final int FLAG_ALLOW_TASK_REPARENTING = 32; public static final int FLAG_DEBUGGABLE = 2; public static final int FLAG_EXTERNAL_STORAGE = 262144; public static final int FLAG_EXTRACT_NATIVE_LIBS = 268435456; public static final int FLAG_FACTORY_TEST = 16; public static final int FLAG_FULL_BACKUP_ONLY = 67108864; public static final int FLAG_HARDWARE_ACCELERATED = 536870912; public static final int FLAG_HAS_CODE = 4; public static final int FLAG_INSTALLED = 8388608; public static final int FLAG_IS_DATA_ONLY = 16777216; /** @deprecated */ @Deprecated public static final int FLAG_IS_GAME = 33554432; public static final int FLAG_KILL_AFTER_RESTORE = 65536; public static final int FLAG_LARGE_HEAP = 1048576; public static final int FLAG_MULTIARCH = -2147483648; public static final int FLAG_PERSISTENT = 8; public static final int FLAG_RESIZEABLE_FOR_SCREENS = 4096; public static final int FLAG_RESTORE_ANY_VERSION = 131072; public static final int FLAG_STOPPED = 2097152; public static final int FLAG_SUPPORTS_LARGE_SCREENS = 2048; public static final int FLAG_SUPPORTS_NORMAL_SCREENS = 1024; public static final int FLAG_SUPPORTS_RTL = 4194304; public static final int FLAG_SUPPORTS_SCREEN_DENSITIES = 8192; public static final int FLAG_SUPPORTS_SMALL_SCREENS = 512; public static final int FLAG_SUPPORTS_XLARGE_SCREENS = 524288; public static final int FLAG_SUSPENDED = 1073741824; public static final int FLAG_SYSTEM = 1; public static final int FLAG_TEST_ONLY = 256; public static final int FLAG_UPDATED_SYSTEM_APP = 128; public static final int FLAG_USES_CLEARTEXT_TRAFFIC = 134217728; public static final int FLAG_VM_SAFE_MODE = 16384; public String backupAgentName; public int category; public String className; public int compatibleWidthLimitDp; public String dataDir; public int descriptionRes; public String deviceProtectedDataDir; public boolean enabled; public int flags; public int largestWidthLimitDp; public String manageSpaceActivityName; public int minSdkVersion; public String nativeLibraryDir; public String permission; public String processName; public String publicSourceDir; public int requiresSmallestWidthDp; public String[] sharedLibraryFiles = null; public String sourceDir; public String[] splitNames = null; public String[] splitPublicSourceDirs = null; public String[] splitSourceDirs = null; public UUID storageUuid; public int targetSdkVersion; public String taskAffinity; public int theme; public int uiOptions; public int uid; public ApplicationInfo() { throw new RuntimeException("Stub!"); } public ApplicationInfo(ApplicationInfo orig) { throw new RuntimeException("Stub!"); } public static CharSequence getCategoryTitle(Context context, int category) { throw new RuntimeException("Stub!"); } public void dump(Printer pw, String prefix) { throw new RuntimeException("Stub!"); } public String toString() { throw new RuntimeException("Stub!"); } public int describeContents() { throw new RuntimeException("Stub!"); } public void writeToParcel(Parcel dest, int parcelableFlags) { throw new RuntimeException("Stub!"); } public CharSequence loadDescription(PackageManager pm) { throw new RuntimeException("Stub!"); } public static class DisplayNameComparator implements Comparator<ApplicationInfo> { public DisplayNameComparator(PackageManager pm) { throw new RuntimeException("Stub!"); } public final int compare(ApplicationInfo aa, ApplicationInfo ab) { throw new RuntimeException("Stub!"); } } }
最后
以上就是危机龙猫最近收集整理的关于android.content.pm.ApplicationInfo的全部内容,更多相关android内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复