blob: dcbb4ac2d5f3f421163b54e4acad1ed04dc9a6d8 [file] [log] [blame]
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001/*
2**
3** Copyright 2007, The Android Open Source Project
4**
5** Licensed under the Apache License, Version 2.0 (the "License");
6** you may not use this file except in compliance with the License.
7** You may obtain a copy of the License at
8**
9** http://www.apache.org/licenses/LICENSE-2.0
10**
11** Unless required by applicable law or agreed to in writing, software
12** distributed under the License is distributed on an "AS IS" BASIS,
13** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14** See the License for the specific language governing permissions and
15** limitations under the License.
16*/
17
18package android.content.pm;
19
20import android.content.ComponentName;
21import android.content.Intent;
22import android.content.IntentFilter;
23import android.content.pm.ActivityInfo;
24import android.content.pm.ApplicationInfo;
Todd Kennedy9106c642017-02-08 14:16:53 -080025import android.content.pm.ChangedPackages;
Svetoslav Ganov096d3042017-01-30 16:34:13 -080026import android.content.pm.InstantAppInfo;
Dianne Hackborn49237342009-08-27 20:08:01 -070027import android.content.pm.FeatureInfo;
Calin Juravle3d2af7f2017-04-19 19:56:21 -070028import android.content.pm.IDexModuleRegisterCallback;
Jeff Sharkey3a44f3f2014-04-28 17:36:31 -070029import android.content.pm.IPackageInstaller;
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080030import android.content.pm.IPackageDeleteObserver;
Jeff Sharkeyfbd0e9f2014-08-06 16:34:34 -070031import android.content.pm.IPackageDeleteObserver2;
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080032import android.content.pm.IPackageDataObserver;
Suchi Amalapurapu8946dd32010-02-19 09:19:34 -080033import android.content.pm.IPackageMoveObserver;
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080034import android.content.pm.IPackageStatsObserver;
Svetoslavf7c06eb2015-06-10 18:43:22 -070035import android.content.pm.IOnPermissionsChangeListener;
Fabrice Di Meglio1c1b4712014-11-19 17:12:32 -080036import android.content.pm.IntentFilterVerificationInfo;
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080037import android.content.pm.InstrumentationInfo;
dcashmanc6f22492014-08-14 09:54:51 -070038import android.content.pm.KeySet;
Narayan Kamath2c828c1d2018-12-10 17:36:31 +000039import android.content.pm.ModuleInfo;
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080040import android.content.pm.PackageInfo;
Kenny Root0e2c0f32011-04-15 17:50:10 -070041import android.content.pm.ParceledListSlice;
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080042import android.content.pm.ProviderInfo;
43import android.content.pm.PermissionGroupInfo;
44import android.content.pm.PermissionInfo;
45import android.content.pm.ResolveInfo;
46import android.content.pm.ServiceInfo;
Suprabh Shukla389cb6f2018-10-01 18:20:39 -070047import android.content.pm.SuspendDialogInfo;
Amith Yamasani0b285492011-04-14 17:35:23 -070048import android.content.pm.UserInfo;
Kenny Root0aaa0d92011-09-12 16:42:55 -070049import android.content.pm.VerifierDeviceIdentity;
Svet Ganov67882122016-12-11 16:36:34 -080050import android.content.pm.VersionedPackage;
Calin Juravle45f8b292017-11-07 18:49:43 -080051import android.content.pm.dex.IArtManager;
Svet Ganov2acf0632015-11-24 19:10:59 -080052import android.graphics.Bitmap;
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080053import android.net.Uri;
Amith Yamasanib8151ec2012-04-18 18:02:48 -070054import android.os.ParcelFileDescriptor;
Suprabh Shukla021b57a2018-03-08 18:21:50 -080055import android.os.PersistableBundle;
Suchi Amalapurapu1ccac752009-06-12 10:09:58 -070056import android.content.IntentSender;
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080057
58/**
59 * See {@link PackageManager} for documentation on most of the APIs
60 * here.
Svetoslavc6d1c342015-02-26 14:44:43 -080061 *
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080062 * {@hide}
63 */
64interface IPackageManager {
Jeff Sharkey8924e872015-11-30 12:52:10 -070065 void checkPackageStartable(String packageName, int userId);
Christopher Tateba629da2013-11-13 17:42:28 -080066 boolean isPackageAvailable(String packageName, int userId);
Amith Yamasani483f3b02012-03-13 16:08:00 -070067 PackageInfo getPackageInfo(String packageName, int flags, int userId);
Svet Ganov67882122016-12-11 16:36:34 -080068 PackageInfo getPackageInfoVersioned(in VersionedPackage versionedPackage,
69 int flags, int userId);
Jeff Sharkeycd654482016-01-08 17:42:11 -070070 int getPackageUid(String packageName, int flags, int userId);
71 int[] getPackageGids(String packageName, int flags, int userId);
Svetoslavc6d1c342015-02-26 14:44:43 -080072
Dianne Hackborn47096932010-02-11 15:57:09 -080073 String[] currentToCanonicalPackageNames(in String[] names);
74 String[] canonicalToCurrentPackageNames(in String[] names);
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080075
Svetoslav Ganovadb8c522017-07-28 05:46:53 +000076 PermissionInfo getPermissionInfo(String name, String packageName, int flags);
Svetoslavc6d1c342015-02-26 14:44:43 -080077
Jeff Sharkeyd5896632016-03-04 16:16:00 -070078 ParceledListSlice queryPermissionsByGroup(String group, int flags);
Svetoslavc6d1c342015-02-26 14:44:43 -080079
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080080 PermissionGroupInfo getPermissionGroupInfo(String name, int flags);
Svetoslavc6d1c342015-02-26 14:44:43 -080081
Jeff Sharkeyd5896632016-03-04 16:16:00 -070082 ParceledListSlice getAllPermissionGroups(int flags);
Svetoslavc6d1c342015-02-26 14:44:43 -080083
Amith Yamasani483f3b02012-03-13 16:08:00 -070084 ApplicationInfo getApplicationInfo(String packageName, int flags ,int userId);
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080085
Amith Yamasani483f3b02012-03-13 16:08:00 -070086 ActivityInfo getActivityInfo(in ComponentName className, int flags, int userId);
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080087
Dianne Hackborn91097de2014-04-04 18:02:06 -070088 boolean activitySupportsIntent(in ComponentName className, in Intent intent,
89 String resolvedType);
90
Amith Yamasani483f3b02012-03-13 16:08:00 -070091 ActivityInfo getReceiverInfo(in ComponentName className, int flags, int userId);
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080092
Amith Yamasani483f3b02012-03-13 16:08:00 -070093 ServiceInfo getServiceInfo(in ComponentName className, int flags, int userId);
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080094
Amith Yamasani483f3b02012-03-13 16:08:00 -070095 ProviderInfo getProviderInfo(in ComponentName className, int flags, int userId);
Dianne Hackborn361199b2010-08-30 17:42:07 -070096
Svetoslavc6d1c342015-02-26 14:44:43 -080097 int checkPermission(String permName, String pkgName, int userId);
98
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080099 int checkUidPermission(String permName, int uid);
Svetoslavc6d1c342015-02-26 14:44:43 -0800100
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800101 boolean addPermission(in PermissionInfo info);
Svetoslavc6d1c342015-02-26 14:44:43 -0800102
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800103 void removePermission(String name);
Dianne Hackborne639da72012-02-21 15:11:13 -0800104
Svet Ganov8c7f7002015-05-07 10:48:44 -0700105 void grantRuntimePermission(String packageName, String permissionName, int userId);
Dianne Hackborne639da72012-02-21 15:11:13 -0800106
Svet Ganov8c7f7002015-05-07 10:48:44 -0700107 void revokeRuntimePermission(String packageName, String permissionName, int userId);
108
Dianne Hackbornca8e6da2015-06-24 15:19:17 -0700109 void resetRuntimePermissions();
110
Svet Ganov8c7f7002015-05-07 10:48:44 -0700111 int getPermissionFlags(String permissionName, String packageName, int userId);
112
113 void updatePermissionFlags(String permissionName, String packageName, int flagMask,
Philip P. Moltmann2a537a62019-02-08 13:07:57 -0800114 int flagValues, boolean checkAdjustPolicyFlagPermission, int userId);
Dianne Hackborne639da72012-02-21 15:11:13 -0800115
Amith Yamasani0bf8f7c2015-06-22 13:00:32 -0700116 void updatePermissionFlagsForAllApps(int flagMask, int flagValues, int userId);
117
Svetoslav20770dd2015-05-29 15:43:04 -0700118 boolean shouldShowRequestPermissionRationale(String permissionName,
119 String packageName, int userId);
120
Dianne Hackborn854060af2009-07-09 18:14:31 -0700121 boolean isProtectedBroadcast(String actionName);
Svetoslavc6d1c342015-02-26 14:44:43 -0800122
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800123 int checkSignatures(String pkg1, String pkg2);
Svetoslavc6d1c342015-02-26 14:44:43 -0800124
Dianne Hackborn766cbfe2009-08-12 18:33:39 -0700125 int checkUidSignatures(int uid1, int uid2);
Svetoslavc6d1c342015-02-26 14:44:43 -0800126
David Brazdil990fb6b2016-03-01 10:02:27 +0000127 List<String> getAllPackages();
128
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800129 String[] getPackagesForUid(int uid);
Svetoslavc6d1c342015-02-26 14:44:43 -0800130
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800131 String getNameForUid(int uid);
Todd Kennedyad192a32017-08-02 07:51:57 -0700132 String[] getNamesForUids(in int[] uids);
Svetoslavc6d1c342015-02-26 14:44:43 -0800133
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800134 int getUidForSharedUser(String sharedUserName);
Ben Gruverdd72c9e2013-08-06 12:34:17 -0700135
136 int getFlagsForUid(int uid);
137
Alex Klyubinb9f8a522015-02-03 11:12:59 -0800138 int getPrivateFlagsForUid(int uid);
139
Dianne Hackborn2d7576b2014-10-03 16:26:04 -0700140 boolean isUidPrivileged(int uid);
141
Dianne Hackborn33f5ddd2014-07-21 15:35:45 -0700142 String[] getAppOpPermissionPackages(String permissionName);
143
Amith Yamasani483f3b02012-03-13 16:08:00 -0700144 ResolveInfo resolveIntent(in Intent intent, String resolvedType, int flags, int userId);
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800145
Bartosz Fabianowskid9fa6672017-01-18 18:22:26 +0100146 ResolveInfo findPersistentPreferredActivity(in Intent intent, int userId);
147
Nicolas Prevot81948992014-05-16 18:25:26 +0100148 boolean canForwardTo(in Intent intent, String resolvedType, int sourceUserId, int targetUserId);
Nicolas Prevot10fa67c2014-03-24 13:44:38 +0000149
Jeff Sharkeyd5896632016-03-04 16:16:00 -0700150 ParceledListSlice queryIntentActivities(in Intent intent,
Amith Yamasani483f3b02012-03-13 16:08:00 -0700151 String resolvedType, int flags, int userId);
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800152
Jeff Sharkeyd5896632016-03-04 16:16:00 -0700153 ParceledListSlice queryIntentActivityOptions(
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800154 in ComponentName caller, in Intent[] specifics,
155 in String[] specificTypes, in Intent intent,
Amith Yamasani483f3b02012-03-13 16:08:00 -0700156 String resolvedType, int flags, int userId);
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800157
Jeff Sharkeyd5896632016-03-04 16:16:00 -0700158 ParceledListSlice queryIntentReceivers(in Intent intent,
Amith Yamasani483f3b02012-03-13 16:08:00 -0700159 String resolvedType, int flags, int userId);
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800160
161 ResolveInfo resolveService(in Intent intent,
Amith Yamasani483f3b02012-03-13 16:08:00 -0700162 String resolvedType, int flags, int userId);
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800163
Jeff Sharkeyd5896632016-03-04 16:16:00 -0700164 ParceledListSlice queryIntentServices(in Intent intent,
Amith Yamasani483f3b02012-03-13 16:08:00 -0700165 String resolvedType, int flags, int userId);
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800166
Jeff Sharkeyd5896632016-03-04 16:16:00 -0700167 ParceledListSlice queryIntentContentProviders(in Intent intent,
Jeff Sharkey85f5f812013-10-07 10:16:12 -0700168 String resolvedType, int flags, int userId);
169
Kenny Root0e2c0f32011-04-15 17:50:10 -0700170 /**
171 * This implements getInstalledPackages via a "last returned row"
172 * mechanism that is not exposed in the API. This is to get around the IPC
173 * limit that kicks in when flags are included that bloat up the data
174 * returned.
175 */
Dianne Hackbornd8e1dbb2013-01-17 17:47:37 -0800176 ParceledListSlice getInstalledPackages(int flags, in int userId);
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800177
Kenny Root0e2c0f32011-04-15 17:50:10 -0700178 /**
Dianne Hackborne7991752013-01-16 17:56:46 -0800179 * This implements getPackagesHoldingPermissions via a "last returned row"
180 * mechanism that is not exposed in the API. This is to get around the IPC
181 * limit that kicks in when flags are included that bloat up the data
182 * returned.
183 */
184 ParceledListSlice getPackagesHoldingPermissions(in String[] permissions,
Dianne Hackbornd8e1dbb2013-01-17 17:47:37 -0800185 int flags, int userId);
Dianne Hackborne7991752013-01-16 17:56:46 -0800186
187 /**
Kenny Root0e2c0f32011-04-15 17:50:10 -0700188 * This implements getInstalledApplications via a "last returned row"
189 * mechanism that is not exposed in the API. This is to get around the IPC
190 * limit that kicks in when flags are included that bloat up the data
191 * returned.
192 */
Dianne Hackbornd8e1dbb2013-01-17 17:47:37 -0800193 ParceledListSlice getInstalledApplications(int flags, int userId);
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800194
195 /**
196 * Retrieve all applications that are marked as persistent.
Svetoslavc6d1c342015-02-26 14:44:43 -0800197 *
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800198 * @return A List&lt;applicationInfo> containing one entry for each persistent
199 * application.
200 */
Jeff Sharkeyd5896632016-03-04 16:16:00 -0700201 ParceledListSlice getPersistentApplications(int flags);
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800202
Amith Yamasani483f3b02012-03-13 16:08:00 -0700203 ProviderInfo resolveContentProvider(String name, int flags, int userId);
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800204
205 /**
206 * Retrieve sync information for all content providers.
Svetoslavc6d1c342015-02-26 14:44:43 -0800207 *
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800208 * @param outNames Filled in with a list of the root names of the content
209 * providers that can sync.
210 * @param outInfo Filled in with a list of the ProviderInfo for each
211 * name in 'outNames'.
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800212 */
213 void querySyncProviders(inout List<String> outNames,
214 inout List<ProviderInfo> outInfo);
215
Dianne Hackborn28ec27c2015-08-03 15:28:28 -0700216 ParceledListSlice queryContentProviders(
Makoto Onuki32757292017-02-22 14:36:59 -0800217 String processName, int uid, int flags, String metaDataKey);
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800218
219 InstrumentationInfo getInstrumentationInfo(
220 in ComponentName className, int flags);
221
Jeff Sharkeyd5896632016-03-04 16:16:00 -0700222 ParceledListSlice queryInstrumentation(
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800223 String targetPackage, int flags);
224
Christopher Tate5cf55782016-04-25 17:08:56 -0700225 void finishPackageInstall(int token, boolean didLaunch);
Christopher Tate1bb69062010-02-19 17:02:12 -0800226
Dianne Hackborn880119b2010-11-18 22:26:40 -0800227 void setInstallerPackageName(in String targetPackage, in String installerPackageName);
228
Jeff Sharkey9bc89af2017-01-11 11:25:50 -0700229 void setApplicationCategoryHint(String packageName, int categoryHint, String callerPackageName);
230
Jeff Sharkeyfbd0e9f2014-08-06 16:34:34 -0700231 /** @deprecated rawr, don't call AIDL methods directly! */
Svet Ganov67882122016-12-11 16:36:34 -0800232 void deletePackageAsUser(in String packageName, int versionCode,
233 IPackageDeleteObserver observer, int userId, int flags);
Jeff Sharkeyfbd0e9f2014-08-06 16:34:34 -0700234
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800235 /**
Amith Yamasani67df64b2012-12-14 12:09:36 -0800236 * Delete a package for a specific user.
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800237 *
Svet Ganov67882122016-12-11 16:36:34 -0800238 * @param versionedPackage The package to delete.
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800239 * @param observer a callback to use to notify when the package deletion in finished.
Amith Yamasani67df64b2012-12-14 12:09:36 -0800240 * @param userId the id of the user for whom to delete the package
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800241 * @param flags - possible values: {@link #DONT_DELETE_DATA}
242 */
Svet Ganov67882122016-12-11 16:36:34 -0800243 void deletePackageVersioned(in VersionedPackage versionedPackage,
244 IPackageDeleteObserver2 observer, int userId, int flags);
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800245
Jacek Surazski65e13172009-04-28 15:26:38 +0200246 String getInstallerPackageName(in String packageName);
247
Svet Ganov9c8b8ab2015-07-23 09:32:26 -0700248 void resetApplicationPreferences(int userId);
Dianne Hackborn8a2ed1d2013-01-29 15:18:29 -0800249
Amith Yamasanie9ecc8b2013-08-22 11:16:27 -0700250 ResolveInfo getLastChosenActivity(in Intent intent,
251 String resolvedType, int flags);
252
253 void setLastChosenActivity(in Intent intent, String resolvedType, int flags,
254 in IntentFilter filter, int match, in ComponentName activity);
255
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800256 void addPreferredActivity(in IntentFilter filter, int match,
Amith Yamasania3f133a2012-08-09 17:11:28 -0700257 in ComponentName[] set, in ComponentName activity, int userId);
Satish Sampath8dbe6122009-06-02 23:35:54 +0100258
259 void replacePreferredActivity(in IntentFilter filter, int match,
Amith Yamasani41c1ded2014-08-05 11:15:05 -0700260 in ComponentName[] set, in ComponentName activity, int userId);
Satish Sampath8dbe6122009-06-02 23:35:54 +0100261
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800262 void clearPackagePreferredActivities(String packageName);
Satish Sampath8dbe6122009-06-02 23:35:54 +0100263
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800264 int getPreferredActivities(out List<IntentFilter> outFilters,
265 out List<ComponentName> outActivities, String packageName);
Amith Yamasanie9ecc8b2013-08-22 11:16:27 -0700266
Sander Alewijnsef475ca32014-02-17 15:13:58 +0000267 void addPersistentPreferredActivity(in IntentFilter filter, in ComponentName activity, int userId);
268
269 void clearPackagePersistentPreferredActivities(String packageName, int userId);
270
Nicolas Prevot3f7777f2014-07-24 15:58:39 +0100271 void addCrossProfileIntentFilter(in IntentFilter intentFilter, String ownerPackage,
Nicolas Prevot4b8d5822015-03-05 15:20:49 +0000272 int sourceUserId, int targetUserId, int flags);
Nicolas Prevot10fa67c2014-03-24 13:44:38 +0000273
Nicolas Prevot4b8d5822015-03-05 15:20:49 +0000274 void clearCrossProfileIntentFilters(int sourceUserId, String ownerPackage);
Nicolas Prevot10fa67c2014-03-24 13:44:38 +0000275
Suprabh Shukla79000492018-12-24 17:03:02 -0800276 String[] setDistractingPackageRestrictionsAsUser(in String[] packageNames, int restrictionFlags,
277 int userId);
278
Suprabh Shukla021b57a2018-03-08 18:21:50 -0800279 String[] setPackagesSuspendedAsUser(in String[] packageNames, boolean suspended,
Suprabh Shukla3c3af142018-03-30 00:28:37 -0700280 in PersistableBundle appExtras, in PersistableBundle launcherExtras,
Suprabh Shukla389cb6f2018-10-01 18:20:39 -0700281 in SuspendDialogInfo dialogInfo, String callingPackage, int userId);
Suprabh Shukla021b57a2018-03-08 18:21:50 -0800282
Suprabh Shukla436d093ba2018-12-12 16:01:41 +0000283 String[] getUnsuspendablePackagesForUser(in String[] packageNames, int userId);
Suprabh Shukla1f1de702018-11-09 22:49:23 -0800284
Andrei Stingaceanu355b2322016-02-12 16:43:51 +0000285 boolean isPackageSuspendedForUser(String packageName, int userId);
Andrei Stingaceanu1e283912015-11-26 15:26:28 +0000286
Suprabh Shukla2fd43ba2018-03-22 16:57:49 -0700287 PersistableBundle getSuspendedPackageAppExtras(String packageName, int userId);
Suprabh Shukla021b57a2018-03-08 18:21:50 -0800288
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800289 /**
Christopher Tatee012a232015-04-01 17:18:50 -0700290 * Backup/restore support - only the system uid may use these.
291 */
292 byte[] getPreferredActivityBackup(int userId);
293 void restorePreferredActivities(in byte[] backup, int userId);
Christopher Tate6038d152015-06-17 13:07:46 -0700294 byte[] getDefaultAppsBackup(int userId);
295 void restoreDefaultApps(in byte[] backup, int userId);
296 byte[] getIntentFilterVerificationBackup(int userId);
297 void restoreIntentFilterVerification(in byte[] backup, int userId);
Christopher Tatee012a232015-04-01 17:18:50 -0700298
299 /**
Christopher Tatea2a0850d2013-09-05 16:38:58 -0700300 * Report the set of 'Home' activity candidates, plus (if any) which of them
301 * is the current "always use this one" setting.
302 */
303 ComponentName getHomeActivities(out List<ResolveInfo> outHomeCandidates);
304
Makoto Onuki4828a592016-03-15 18:06:57 -0700305 void setHomeActivity(in ComponentName className, int userId);
306
Christopher Tatea2a0850d2013-09-05 16:38:58 -0700307 /**
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800308 * As per {@link android.content.pm.PackageManager#setComponentEnabledSetting}.
309 */
310 void setComponentEnabledSetting(in ComponentName componentName,
Amith Yamasani483f3b02012-03-13 16:08:00 -0700311 in int newState, in int flags, int userId);
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800312
313 /**
314 * As per {@link android.content.pm.PackageManager#getComponentEnabledSetting}.
315 */
Amith Yamasani483f3b02012-03-13 16:08:00 -0700316 int getComponentEnabledSetting(in ComponentName componentName, int userId);
Jeff Davidson2a880312015-06-22 16:54:34 -0700317
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800318 /**
319 * As per {@link android.content.pm.PackageManager#setApplicationEnabledSetting}.
320 */
Dianne Hackborn3fa3c28a2013-03-26 16:15:41 -0700321 void setApplicationEnabledSetting(in String packageName, in int newState, int flags,
322 int userId, String callingPackage);
Jeff Davidson2a880312015-06-22 16:54:34 -0700323
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800324 /**
325 * As per {@link android.content.pm.PackageManager#getApplicationEnabledSetting}.
326 */
Amith Yamasani483f3b02012-03-13 16:08:00 -0700327 int getApplicationEnabledSetting(in String packageName, int userId);
Jeff Davidson2a880312015-06-22 16:54:34 -0700328
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800329 /**
Michal Karpinskib52a4612016-03-21 13:39:42 +0000330 * Logs process start information (including APK hash) to the security log.
331 */
332 void logAppProcessStartIfNeeded(String processName, int uid, String seinfo, String apkFile,
333 int pid);
334
335 /**
Sudheer Shankabbb3ff22015-07-09 15:39:23 +0100336 * As per {@link android.content.pm.PackageManager#flushPackageRestrictionsAsUser}.
337 */
338 void flushPackageRestrictionsAsUser(in int userId);
339
340 /**
Dianne Hackborne7f97212011-02-24 14:40:20 -0800341 * Set whether the given package should be considered stopped, making
342 * it not visible to implicit intents that filter out stopped packages.
343 */
Amith Yamasani483f3b02012-03-13 16:08:00 -0700344 void setPackageStoppedState(String packageName, boolean stopped, int userId);
Dianne Hackborne7f97212011-02-24 14:40:20 -0800345
346 /**
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800347 * Free storage by deleting LRU sorted list of cache files across
348 * all applications. If the currently available free storage
349 * on the device is greater than or equal to the requested
350 * free storage, no cache files are cleared. If the currently
351 * available storage on the device is less than the requested
352 * free storage, some or all of the cache files across
353 * all applications are deleted (based on last accessed time)
354 * to increase the free storage space on the device to
355 * the requested value. There is no guarantee that clearing all
356 * the cache files from all applications will clear up
357 * enough storage to achieve the desired value.
358 * @param freeStorageSize The number of bytes of storage to be
359 * freed by the system. Say if freeStorageSize is XX,
360 * and the current free storage is YY,
361 * if XX is less than YY, just return. if not free XX-YY number
362 * of bytes if possible.
363 * @param observer call back used to notify when
364 * the operation is completed
365 */
Jeff Sharkey529f91f2015-04-18 20:23:13 -0700366 void freeStorageAndNotify(in String volumeUuid, in long freeStorageSize,
Jeff Sharkeyddff8072017-05-26 13:10:46 -0600367 int storageFlags, IPackageDataObserver observer);
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800368
369 /**
370 * Free storage by deleting LRU sorted list of cache files across
371 * all applications. If the currently available free storage
372 * on the device is greater than or equal to the requested
373 * free storage, no cache files are cleared. If the currently
374 * available storage on the device is less than the requested
375 * free storage, some or all of the cache files across
376 * all applications are deleted (based on last accessed time)
377 * to increase the free storage space on the device to
378 * the requested value. There is no guarantee that clearing all
379 * the cache files from all applications will clear up
380 * enough storage to achieve the desired value.
381 * @param freeStorageSize The number of bytes of storage to be
382 * freed by the system. Say if freeStorageSize is XX,
383 * and the current free storage is YY,
384 * if XX is less than YY, just return. if not free XX-YY number
385 * of bytes if possible.
Suchi Amalapurapu1ccac752009-06-12 10:09:58 -0700386 * @param pi IntentSender call back used to
387 * notify when the operation is completed.May be null
388 * to indicate that no call back is desired.
389 */
Jeff Sharkey529f91f2015-04-18 20:23:13 -0700390 void freeStorage(in String volumeUuid, in long freeStorageSize,
Jeff Sharkeyddff8072017-05-26 13:10:46 -0600391 int storageFlags, in IntentSender pi);
Jeff Davidson2a880312015-06-22 16:54:34 -0700392
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800393 /**
394 * Delete all the cache files in an applications cache directory
395 * @param packageName The package name of the application whose cache
396 * files need to be deleted
397 * @param observer a callback used to notify when the deletion is finished.
398 */
399 void deleteApplicationCacheFiles(in String packageName, IPackageDataObserver observer);
Jeff Davidson2a880312015-06-22 16:54:34 -0700400
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800401 /**
Suprabh Shukla78c9eb82016-04-12 15:51:35 -0700402 * Delete all the cache files in an applications cache directory
403 * @param packageName The package name of the application whose cache
404 * files need to be deleted
405 * @param userId the user to delete application cache for
406 * @param observer a callback used to notify when the deletion is finished.
407 */
408 void deleteApplicationCacheFilesAsUser(in String packageName, int userId, IPackageDataObserver observer);
409
410 /**
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800411 * Clear the user data directory of an application.
412 * @param packageName The package name of the application whose cache
413 * files need to be deleted
414 * @param observer a callback used to notify when the operation is completed.
415 */
Amith Yamasani483f3b02012-03-13 16:08:00 -0700416 void clearApplicationUserData(in String packageName, IPackageDataObserver observer, int userId);
Jeff Davidson2a880312015-06-22 16:54:34 -0700417
David Brazdil9aa6db02016-03-08 12:57:12 +0000418 /**
419 * Clear the profile data of an application.
420 * @param packageName The package name of the application whose profile data
421 * need to be deleted
422 */
423 void clearApplicationProfileData(in String packageName);
424
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800425 /**
426 * Get package statistics including the code, data and cache size for
427 * an already installed package
428 * @param packageName The package name of the application
Dianne Hackborn0c380492012-08-20 17:23:30 -0700429 * @param userHandle Which user the size should be retrieved for
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800430 * @param observer a callback to use to notify when the asynchronous
431 * retrieval of information is complete.
432 */
Dianne Hackborn0c380492012-08-20 17:23:30 -0700433 void getPackageSizeInfo(in String packageName, int userHandle, IPackageStatsObserver observer);
Jeff Davidson2a880312015-06-22 16:54:34 -0700434
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800435 /**
436 * Get a list of shared libraries that are available on the
437 * system.
438 */
439 String[] getSystemSharedLibraryNames();
440
Dianne Hackborn49237342009-08-27 20:08:01 -0700441 /**
442 * Get a list of features that are available on the
443 * system.
444 */
Jeff Sharkeyd5896632016-03-04 16:16:00 -0700445 ParceledListSlice getSystemAvailableFeatures();
Dianne Hackborn49237342009-08-27 20:08:01 -0700446
Jeff Sharkey115d2c12016-02-15 17:25:57 -0700447 boolean hasSystemFeature(String name, int version);
Jeff Davidson2a880312015-06-22 16:54:34 -0700448
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800449 void enterSafeMode();
450 boolean isSafeMode();
451 void systemReady();
452 boolean hasSystemUidErrors();
Dianne Hackborn661cd522011-08-22 00:26:20 -0700453
454 /**
Nicolas Geoffray27c07372015-11-05 16:54:09 +0000455 * Ask the package manager to fstrim the disk if needed.
Dianne Hackborn661cd522011-08-22 00:26:20 -0700456 */
Nicolas Geoffray27c07372015-11-05 16:54:09 +0000457 void performFstrimIfNeeded();
458
459 /**
David Brazdilf5c444f2016-03-30 11:45:52 +0100460 * Ask the package manager to update packages if needed.
David Brazdila0e10432016-01-20 14:04:40 +0000461 */
David Brazdilf5c444f2016-03-30 11:45:52 +0100462 void updatePackagesIfNeeded();
David Brazdila0e10432016-01-20 14:04:40 +0000463
464 /**
Brian Carlstromca82e612016-04-19 23:16:08 -0700465 * Notify the package manager that a package is going to be used and why.
466 *
467 * See PackageManager.NOTIFY_PACKAGE_USE_* for reasons.
Nicolas Geoffray27c07372015-11-05 16:54:09 +0000468 */
Calin Juravle0a3693c2017-05-01 19:49:21 -0700469 oneway void notifyPackageUse(String packageName, int reason);
Dianne Hackborn661cd522011-08-22 00:26:20 -0700470
Dianne Hackborn5c1e00b2009-06-18 17:10:57 -0700471 /**
Calin Juravle8d2a51f2016-11-23 19:50:58 +0000472 * Notify the package manager that a list of dex files have been loaded.
473 *
474 * @param loadingPackageName the name of the package who performs the load
Calin Juravlef1ff36f2017-07-22 12:33:41 -0700475 * @param classLoadersNames the names of the class loaders present in the loading chain. The
476 * list encodes the class loader chain in the natural order. The first class loader has
477 * the second one as its parent and so on. The dex files present in the class path of the
478 * first class loader will be recorded in the usage file.
479 * @param classPaths the class paths corresponding to the class loaders names from
480 * {@param classLoadersNames}. The the first element corresponds to the first class loader
481 * and so on. A classpath is represented as a list of dex files separated by
Alan Stokesb6c3a602018-11-02 12:10:42 +0000482 * {@code File.pathSeparator}, or null if the class loader's classpath is not known.
Calin Juravlef1ff36f2017-07-22 12:33:41 -0700483 * The dex files found in the first class path will be recorded in the usage file.
Calin Juravle8d2a51f2016-11-23 19:50:58 +0000484 * @param loaderIsa the ISA of the loader process
485 */
Calin Juravlef1ff36f2017-07-22 12:33:41 -0700486 oneway void notifyDexLoad(String loadingPackageName, in List<String> classLoadersNames,
487 in List<String> classPaths, String loaderIsa);
Calin Juravle8d2a51f2016-11-23 19:50:58 +0000488
489 /**
Calin Juravle3d2af7f2017-04-19 19:56:21 -0700490 * Register an application dex module with the package manager.
491 * The package manager will keep track of the given module for future optimizations.
492 *
493 * Dex module optimizations will disable the classpath checking at runtime. The client bares
494 * the responsibility to ensure that the static assumptions on classes in the optimized code
495 * hold at runtime (e.g. there's no duplicate classes in the classpath).
496 *
497 * Note that the package manager already keeps track of dex modules loaded with
498 * {@link dalvik.system.DexClassLoader} and {@link dalvik.system.PathClassLoader}.
499 * This can be called for an eager registration.
500 *
501 * The call might take a while and the results will be posted on the main thread, using
502 * the given callback.
503 *
504 * If the module is intended to be shared with other apps, make sure that the file
505 * permissions allow for it.
506 * If at registration time the permissions allow for others to read it, the module would
507 * be marked as a shared module which might undergo a different optimization strategy.
508 * (usually shared modules will generated larger optimizations artifacts,
509 * taking more disk space).
510 *
511 * @param packageName the package name to which the dex module belongs
512 * @param dexModulePath the absolute path of the dex module.
513 * @param isSharedModule whether or not the module is intended to be used by other apps.
514 * @param callback if not null,
515 * {@link android.content.pm.IDexModuleRegisterCallback.IDexModuleRegisterCallback#onDexModuleRegistered}
516 * will be called once the registration finishes.
517 */
Calin Juravle0ace6ac2017-05-01 19:19:34 -0700518 oneway void registerDexModule(in String packageName, in String dexModulePath,
Calin Juravle3d2af7f2017-04-19 19:56:21 -0700519 in boolean isSharedModule, IDexModuleRegisterCallback callback);
520
521 /**
Andreas Gampebdd30d82016-03-20 11:32:11 -0700522 * Ask the package manager to perform a dex-opt with the given compiler filter.
523 *
524 * Note: exposed only for the shell command to allow moving packages explicitly to a
525 * definite state.
526 */
Nicolas Geoffrayfb6cf772016-05-27 13:09:19 +0100527 boolean performDexOptMode(String packageName, boolean checkProfiles,
Calin Juravleb6f844d2017-07-17 15:23:21 -0700528 String targetCompilerFilter, boolean force, boolean bootComplete, String splitName);
David Brazdil493411a2016-02-01 13:48:46 +0000529
David Sehra8777082016-05-24 15:25:23 -0700530 /**
Calin Juravlec22c30e2017-01-16 19:18:48 -0800531 * Ask the package manager to perform a dex-opt with the given compiler filter on the
532 * secondary dex files belonging to the given package.
533 *
534 * Note: exposed only for the shell command to allow moving packages explicitly to a
535 * definite state.
536 */
537 boolean performDexOptSecondary(String packageName,
538 String targetCompilerFilter, boolean force);
539
540 /**
Eric Holka1485f62019-01-07 13:58:25 -0800541 * Ask the package manager to compile layouts in the given package.
542 */
543 boolean compileLayouts(String packageName);
544
545 /**
David Sehra8777082016-05-24 15:25:23 -0700546 * Ask the package manager to dump profiles associated with a package.
547 */
548 void dumpProfiles(String packageName);
549
Jeff Sharkey20e0c502014-07-25 14:09:37 -0700550 void forceDexOpt(String packageName);
551
Suchi Amalapurapuaf8e9f42010-01-12 10:17:28 -0800552 /**
Arthur Eubanks09dd1ec2017-09-15 09:28:51 -0700553 * Execute the background dexopt job immediately on packages in packageNames.
554 * If null, then execute on all packages.
Calin Juravlecb5f41e2017-01-25 17:16:08 -0800555 */
Arthur Eubanks09dd1ec2017-09-15 09:28:51 -0700556 boolean runBackgroundDexoptJob(in List<String> packageNames);
Calin Juravlecb5f41e2017-01-25 17:16:08 -0800557
558 /**
Calin Juravle1aa5f882017-01-25 01:05:50 -0800559 * Reconcile the information we have about the secondary dex files belonging to
560 * {@code packagName} and the actual dex files. For all dex files that were
561 * deleted, update the internal records and delete the generated oat files.
562 */
563 void reconcileSecondaryDexFiles(String packageName);
564
Jeff Sharkey620b32b2015-04-23 19:36:02 -0700565 int getMoveStatus(int moveId);
566
567 void registerMoveCallback(in IPackageMoveObserver callback);
568 void unregisterMoveCallback(in IPackageMoveObserver callback);
569
570 int movePackage(in String packageName, in String volumeUuid);
571 int movePrimaryStorage(in String volumeUuid);
Jeff Sharkeyb2b9ab82015-04-05 21:10:42 -0700572
Dianne Hackbornd7c09682010-03-30 10:42:20 -0700573 boolean addPermissionAsync(in PermissionInfo info);
Suchi Amalapurapu40e47252010-04-07 16:15:50 -0700574
575 boolean setInstallLocation(int loc);
576 int getInstallLocation();
Amith Yamasani0b285492011-04-14 17:35:23 -0700577
Todd Kennedybe0b8892017-02-15 14:13:52 -0800578 int installExistingPackageAsUser(String packageName, int userId, int installFlags,
579 int installReason);
Dianne Hackborn7767eac2012-08-23 18:25:40 -0700580
Kenny Root3a9b5fb2011-09-20 14:15:38 -0700581 void verifyPendingInstall(int id, int verificationCode);
rich canningsd9ef3e52012-08-22 14:28:05 -0700582 void extendVerificationTimeout(int id, int verificationCodeAtTimeout, long millisecondsToDelay);
Kenny Root0aaa0d92011-09-12 16:42:55 -0700583
Fabrice Di Megliod3d8a322015-04-01 15:58:47 -0700584 void verifyIntentFilter(int id, int verificationCode, in List<String> failedDomains);
Fabrice Di Meglio1c1b4712014-11-19 17:12:32 -0800585 int getIntentVerificationStatus(String packageName, int userId);
586 boolean updateIntentVerificationStatus(String packageName, int status, int userId);
Jeff Sharkeyd5896632016-03-04 16:16:00 -0700587 ParceledListSlice getIntentFilterVerifications(String packageName);
588 ParceledListSlice getAllIntentFilters(String packageName);
Fabrice Di Meglio1c1b4712014-11-19 17:12:32 -0800589
Fabrice Di Meglio62271722015-04-10 17:24:02 -0700590 boolean setDefaultBrowserPackageName(String packageName, int userId);
591 String getDefaultBrowserPackageName(int userId);
592
Kenny Root0aaa0d92011-09-12 16:42:55 -0700593 VerifierDeviceIdentity getVerifierDeviceIdentity();
Dianne Hackborn58f42a52011-10-10 13:46:34 -0700594
595 boolean isFirstBoot();
Dianne Hackborn13579ed2012-11-28 18:05:36 -0800596 boolean isOnlyCoreApps();
Jeff Hao9f60c082014-10-28 18:51:07 -0700597 boolean isUpgrade();
Amith Yamasani742a6712011-05-04 14:49:28 -0700598
Jeff Sharkey5d32e772012-04-12 15:59:23 -0700599 void setPermissionEnforced(String permission, boolean enforced);
600 boolean isPermissionEnforced(String permission);
Jeff Sharkeyf6f7f1d2012-06-12 17:12:08 -0700601
602 /** Reflects current DeviceStorageMonitorService state */
603 boolean isStorageLow();
Amith Yamasani655d0e22013-06-12 14:19:10 -0700604
Amith Yamasanie5bcff62014-07-19 15:44:09 -0700605 boolean setApplicationHiddenSettingAsUser(String packageName, boolean hidden, int userId);
606 boolean getApplicationHiddenSettingAsUser(String packageName, int userId);
Jeff Sharkey3a44f3f2014-04-28 17:36:31 -0700607
Rhed Jaocd47c262018-06-13 11:16:16 +0800608 void setSystemAppHiddenUntilInstalled(String packageName, boolean hidden);
609 boolean setSystemAppInstallState(String packageName, boolean installed, int userId);
610
Jeff Sharkey3a44f3f2014-04-28 17:36:31 -0700611 IPackageInstaller getPackageInstaller();
Kenny Guyc13053b2014-05-29 14:17:17 +0100612
613 boolean setBlockUninstallForUser(String packageName, boolean blockUninstall, int userId);
614 boolean getBlockUninstallForUser(String packageName, int userId);
dcashman9d2f4412014-06-09 09:27:54 -0700615
dcashmanc6f22492014-08-14 09:54:51 -0700616 KeySet getKeySetByAlias(String packageName, String alias);
617 KeySet getSigningKeySet(String packageName);
618 boolean isPackageSignedByKeySet(String packageName, in KeySet ks);
619 boolean isPackageSignedByKeySetExactly(String packageName, in KeySet ks);
Svetoslavf7c06eb2015-06-10 18:43:22 -0700620
621 void addOnPermissionsChangeListener(in IOnPermissionsChangeListener listener);
622 void removeOnPermissionsChangeListener(in IOnPermissionsChangeListener listener);
Svetoslavcdfd2302015-06-25 19:07:31 -0700623 void grantDefaultPermissionsToEnabledCarrierApps(in String[] packageNames, int userId);
Brad Ebingerf4779792017-01-23 16:44:23 -0800624 void grantDefaultPermissionsToEnabledImsServices(in String[] packageNames, int userId);
Nathan Harold76ad1a32018-02-20 14:31:09 -0800625 void grantDefaultPermissionsToEnabledTelephonyDataServices(
626 in String[] packageNames, int userId);
627 void revokeDefaultPermissionsFromDisabledTelephonyDataServices(
628 in String[] packageNames, int userId);
Holly Jiuyu Sun349e2142018-03-26 15:29:42 -0700629 void grantDefaultPermissionsToActiveLuiApp(in String packageName, int userId);
630 void revokeDefaultPermissionsFromLuiApps(in String[] packageNames, int userId);
Svet Ganovad3b2972015-07-07 22:49:17 -0700631
632 boolean isPermissionRevokedByPolicy(String permission, String packageName, int userId);
Svet Ganovf1b7f202015-07-29 08:33:42 -0700633
634 String getPermissionControllerPackageName();
Svet Ganov2acf0632015-11-24 19:10:59 -0800635
Svetoslav Ganov096d3042017-01-30 16:34:13 -0800636 ParceledListSlice getInstantApps(int userId);
637 byte[] getInstantAppCookie(String packageName, int userId);
638 boolean setInstantAppCookie(String packageName, in byte[] cookie, int userId);
639 Bitmap getInstantAppIcon(String packageName, int userId);
640 boolean isInstantApp(String packageName, int userId);
Fyodor Kupolovbdbc9692015-12-14 13:11:13 -0800641
642 boolean setRequiredForSystemUser(String packageName, boolean systemUserApp);
Svet Ganovd7b1f4112016-02-09 18:49:23 -0800643
Todd Kennedyab532892017-03-08 14:19:49 -0800644 /**
645 * Sets whether or not an update is available. Ostensibly for instant apps
646 * to force exteranl resolution.
647 */
648 void setUpdateAvailable(String packageName, boolean updateAvaialble);
649
Svet Ganovd7b1f4112016-02-09 18:49:23 -0800650 String getServicesSystemSharedLibraryPackageName();
Svetoslav Ganova9c25002016-04-13 19:25:56 -0700651 String getSharedSystemSharedLibraryPackageName();
Makoto Onukif34db0a2016-02-17 11:17:15 -0800652
Todd Kennedy9106c642017-02-08 14:16:53 -0800653 ChangedPackages getChangedPackages(int sequenceNumber, int userId);
654
Makoto Onukif34db0a2016-02-17 11:17:15 -0800655 boolean isPackageDeviceAdminOnAnyUser(String packageName);
Todd Kennedy39bfee52016-02-24 10:28:21 -0800656
Bartosz Fabianowskia34f53f2017-01-11 18:08:47 +0100657 int getInstallReason(String packageName, int userId);
Svet Ganov67882122016-12-11 16:36:34 -0800658
Svet Ganov58c99f02017-05-15 14:07:17 -0700659 ParceledListSlice getSharedLibraries(in String packageName, int flags, int userId);
Suprabh Shuklaaef25132017-01-23 18:09:03 -0800660
661 boolean canRequestPackageInstalls(String packageName, int userId);
Fyodor Kupolov935618a2017-03-22 16:50:44 -0700662
663 void deletePreloadsFileCache();
Chad Brubaker336ae5b2017-03-24 15:53:09 -0700664
Todd Kennedy0a3f0812017-05-08 14:43:15 -0700665 ComponentName getInstantAppResolverComponent();
666
Chad Brubaker336ae5b2017-03-24 15:53:09 -0700667 ComponentName getInstantAppResolverSettingsComponent();
Todd Kennedy801e6592017-04-12 14:10:12 -0700668
669 ComponentName getInstantAppInstallerComponent();
Chad Brubaker0d277a72017-04-12 16:56:53 -0700670
671 String getInstantAppAndroidId(String packageName, int userId);
Calin Juravle45f8b292017-11-07 18:49:43 -0800672
673 IArtManager getArtManager();
Ben Gruver1ab3d6e2017-12-07 13:45:08 -0800674
675 void setHarmfulAppWarning(String packageName, CharSequence warning, int userId);
676
677 CharSequence getHarmfulAppWarning(String packageName, int userId);
Daniel Cashman5cdda342018-01-19 07:22:52 -0800678
679 boolean hasSigningCertificate(String packageName, in byte[] signingCertificate, int flags);
680
681 boolean hasUidSigningCertificate(int uid, in byte[] signingCertificate, int flags);
Makoto Onuki700feef2018-02-15 10:59:41 -0800682
683 String getSystemTextClassifierPackageName();
Benjamin Franz7cc9a812018-03-22 10:11:29 +0000684
Varun Shah5f303652018-11-16 18:11:19 -0800685 String getWellbeingPackageName();
686
George Hodulikcd7695d2019-01-29 18:17:05 -0800687 String getAppPredictionServicePackageName();
688
Nadav Bar6d79ab72019-01-10 10:52:11 +0200689 String getContentCaptureServicePackageName();
690
Joe Onorato5a15b552018-12-18 10:40:04 -0800691 String getIncidentReportApproverPackageName();
692
Benjamin Franz7cc9a812018-03-22 10:11:29 +0000693 boolean isPackageStateProtected(String packageName, int userId);
MÃ¥rten Kongstadfd20b832018-10-26 15:36:20 +0200694
695 void sendDeviceCustomizationReadyBroadcast();
Narayan Kamath2c828c1d2018-12-10 17:36:31 +0000696
697 List<ModuleInfo> getInstalledModules(int flags);
698
699 ModuleInfo getModuleInfo(String packageName, int flags);
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800700}