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

Commit 21f8d662 authored by Eric Biggers's avatar Eric Biggers
Browse files

Move StorageManagerInternal into services

Move StorageManagerInternal and ICeStorageLockEventListener from
android.os.storage in the core/ directory to com.android.server in the
services/ directory.  This makes these classes be built into
services.jar rather than framework.jar.  That's the way it should be,
since these classes are used only by system_server internally.  This
matches e.g. UserManagerInternal and LockSettingsInternal which are
likewise in services.jar, not framework.jar.  No functional change.

Bug: 430115876
Test: atest StorageManagerServiceTest
Flag: EXEMPT refactor
Change-Id: Idf4a6cee9a70f34dacef591799a646161f913083
parent 091ab4a9
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment