Depend on support lib preferences

Bug: 24576551
Change-Id: Ic6190bacd3f7582c9bbc8de972da4612bd92421e
This commit is contained in:
Jason Monk
2015-09-10 15:52:51 -04:00
parent 136ed7b6b2
commit 39b467482d
308 changed files with 2684 additions and 1762 deletions

View File

@@ -17,16 +17,16 @@
package com.android.settings.vpn2;
import android.content.Context;
import android.preference.Preference;
import android.support.v7.preference.Preference;
import android.view.View.OnClickListener;
import static com.android.internal.net.LegacyVpnInfo.STATE_CONNECTED;
import com.android.internal.net.VpnProfile;
import com.android.settings.R;
import static com.android.internal.net.LegacyVpnInfo.STATE_CONNECTED;
/**
* {@link android.preference.Preference} referencing a VPN
* {@link android.support.v7.preference.Preference} referencing a VPN
* configuration. Tracks the underlying profile and its connection
* state.
*/