Follow naming conventions of proguard.flags
Change-Id: Idbd136fb25447aa1f6629d8caa17b87924ed3936
This commit is contained in:
@@ -59,7 +59,7 @@
|
|||||||
<Preference android:title="@string/trusted_credentials"
|
<Preference android:title="@string/trusted_credentials"
|
||||||
android:summary="@string/trusted_credentials_summary"
|
android:summary="@string/trusted_credentials_summary"
|
||||||
android:persistent="false"
|
android:persistent="false"
|
||||||
android:fragment="com.android.settings.TrustedCredentials"/>
|
android:fragment="com.android.settings.TrustedCredentialsSettings"/>
|
||||||
|
|
||||||
<Preference android:title="@string/credentials_install"
|
<Preference android:title="@string/credentials_install"
|
||||||
android:summary="@string/credentials_install_summary"
|
android:summary="@string/credentials_install_summary"
|
||||||
|
@@ -46,9 +46,9 @@ import java.util.List;
|
|||||||
import java.util.Set;
|
import java.util.Set;
|
||||||
import org.apache.harmony.xnet.provider.jsse.TrustedCertificateStore;
|
import org.apache.harmony.xnet.provider.jsse.TrustedCertificateStore;
|
||||||
|
|
||||||
public class TrustedCredentials extends Fragment {
|
public class TrustedCredentialsSettings extends Fragment {
|
||||||
|
|
||||||
private static final String TAG = "TrustedCredentials";
|
private static final String TAG = "TrustedCredentialsSettings";
|
||||||
|
|
||||||
private enum Tab {
|
private enum Tab {
|
||||||
SYSTEM("system",
|
SYSTEM("system",
|
Reference in New Issue
Block a user