delete DeviceInfoSettings and activity, pref xml

Fixes: 78653510
Test: Manual

Change-Id: I13379f3f7812ceedffc0e9647db15e6358a3dc17
This commit is contained in:
Gilbert Lee
2018-05-17 11:44:04 +08:00
parent c8adeca0f7
commit 0b4722f088
10 changed files with 0 additions and 533 deletions

View File

@@ -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);
}
}