delete DeviceInfoSettings and activity, pref xml
Fixes: 78653510 Test: Manual Change-Id: I13379f3f7812ceedffc0e9647db15e6358a3dc17
This commit is contained in:
@@ -25,10 +25,4 @@ import com.android.settings.core.FeatureFlags;
|
||||
public interface AccountFeatureProvider {
|
||||
String getAccountType();
|
||||
Account[] getAccounts(Context context);
|
||||
/**
|
||||
* Checks whether or not to display the new About Phone page.
|
||||
*/
|
||||
default boolean isAboutPhoneV2Enabled(Context context) {
|
||||
return FeatureFlagUtils.isEnabled(context, FeatureFlags.ABOUT_PHONE_V2);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user