OSDN Git Service

Don't automatically start user 0.
authorMartijn Coenen <maco@google.com>
Mon, 18 Nov 2019 13:26:54 +0000 (14:26 +0100)
committerMartijn Coenen <maco@google.com>
Fri, 22 Nov 2019 16:06:07 +0000 (17:06 +0100)
commit54bf4c03d13f53e45b46819cd0e1123d1d9e6afc
treefe9022934425bda4e706655322721cd43a7910e1
parent5048b4b2bc89a888595db79f2f480c8dacf72c43
Don't automatically start user 0.

It's the responsibility of the StorageManagerService to send down
started users after a reset(); and with the latest multi-user FUSE
changes, the manual start is no longer necessary.

Bug: 135341433
Test: atest AdoptableHostTest

Change-Id: I3c9c1d7c25ad10787212d7902fa3f1878ee5f896
VolumeManager.cpp