Update package names to work with the proto3 compiler

Bug: b/28974522
Change-Id: I5f3adf4946ee4ba1e09e4f40afe83c151405972a
This commit is contained in:
Tamas Berghammer
2016-06-22 15:34:45 +01:00
parent e44673d696
commit 265d3c2a0c
219 changed files with 223 additions and 223 deletions

View File

@@ -29,7 +29,7 @@ import android.support.v14.preference.ListPreferenceDialogFragment;
import android.support.v7.preference.ListPreference;
import android.util.AttributeSet;
import com.android.internal.logging.MetricsProto;
import com.android.internal.logging.nano.MetricsProto;
import com.android.settings.core.instrumentation.InstrumentedDialogFragment;
public class CustomListPreference extends ListPreference {