Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 219f8328 authored by Gabriele M's avatar Gabriele M
Browse files

ActivityStarter: Fix protected app intents

Same as commit 109de5be ("base:
instrumentation: fix protected apps intents"), but needed after
d183b097 ("am: Handle unchecked
activity starts for protected components (2)")

Change-Id: I1f63ace853f97819c4166a534540d8239b158926
parent 3a34827e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1094,7 +1094,7 @@ class ActivityStarter {
                intent.putExtra("com.android.settings.PROTECTED_APPS_USER_ID", r.userId);
                msg.obj = intent;
                mService.mHandler.sendMessage(msg);
                return ActivityManager.START_NOT_CURRENT_USER_ACTIVITY;
                return ActivityManager.START_PROTECTED_APP;
            }
        } catch (RemoteException e) {
            e.printStackTrace();