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

Skip to content
Commit 4264560e authored by Felipe Leme's avatar Felipe Leme
Browse files

Initial implementation of "start bg user on secondary display".

This API will be used on automotives that support multiple displays
to start a passenger user on secondary displays. Once a user is
started this way, it will be "visible"
(i.e. UserManager.isUserVisible() will return true).

This CL provides the very minimum support to such API
(A.K.A. "My Dog, it's full of TODOs!" :-), so it can unblock other
efforts (like changing WindowManager to allow activities to be
launched).

Bug: 239982558

Test: adb shell am start-user --display 42 10
Test: adb shell dumpsys user | egrep '(Users on secondary|isUserVisible)'

Change-Id: I21dc85720da7d0adc24ca9f4573b85ef5a380239
parent d05c70a2
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment