mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 16:26:47 +00:00
Restricting Accessibility flows for Private Profile.
Adding PS apps to the home screen is restricted. This CL prevents the same from accessibility drags. Bug: 289223923 Flag: ACONFIG com.android.launcher3.Flags.private_space_restrict_accessibility_drag DEVELOPEMENT Test: Ran Launcher3 Tests. Change-Id: I3e2b7b196b96a4d2ba34d8ece5fd6e0463f17253
This commit is contained in:
@@ -655,7 +655,7 @@ public class LoaderTask implements Runnable {
|
||||
// Create the ApplicationInfos
|
||||
for (int i = 0; i < apps.size(); i++) {
|
||||
LauncherActivityInfo app = apps.get(i);
|
||||
AppInfo appInfo = new AppInfo(app, user, quietMode);
|
||||
AppInfo appInfo = new AppInfo(app, mUserCache.getUserInfo(user), quietMode);
|
||||
if (enableSupportForArchiving() && app.getApplicationInfo().isArchived) {
|
||||
// For archived apps, include progress info in case there is a pending
|
||||
// install session post restart of device.
|
||||
|
||||
Reference in New Issue
Block a user