Allow security controllers to be used in other fragments.

Bug: 180581209
Test: atest SettingsUnitTests
Test: make -j80 RunSettingsRoboTests

Change-Id: I70088eaab16dd64c1183e42e90346c6d2dcbe35b
This commit is contained in:
Simon Wingrove
2021-05-10 09:02:25 +01:00
parent a5d3b8a45c
commit 2c14d9e396
4 changed files with 14 additions and 9 deletions

View File

@@ -29,9 +29,9 @@ import com.android.settings.core.BasePreferenceController;
public class EncryptionStatusPreferenceController extends BasePreferenceController {
static final String PREF_KEY_ENCRYPTION_DETAIL_PAGE =
public static final String PREF_KEY_ENCRYPTION_DETAIL_PAGE =
"encryption_and_credentials_encryption_status";
static final String PREF_KEY_ENCRYPTION_SECURITY_PAGE = "encryption_and_credential";
public static final String PREF_KEY_ENCRYPTION_SECURITY_PAGE = "encryption_and_credential";
private final UserManager mUserManager;