Use correct category key for SecurityAdvancedSettings
based on the type of active Security Settings Test: atest SettingsUnitTests:SecurityAdvancedSettingsTest Bug: 206001340 Change-Id: I7bdac4b26653eedb45e3e2f056e6804a6c16cb18
This commit is contained in:
@@ -24,4 +24,10 @@ public interface SecuritySettingsFeatureProvider {
|
||||
|
||||
/** Returns the alternative SecuritySettings fragment name if available. */
|
||||
String getAlternativeSecuritySettingsFragmentClassname();
|
||||
|
||||
/**
|
||||
* Returns the category of SecurityAdvancedSettings fragment for the alternative
|
||||
* SecuritySettings if available.
|
||||
*/
|
||||
String getAlternativeAdvancedSettingsCategoryKey();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user