Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7839cba0 authored by Koushik Dutta's avatar Koushik Dutta
Browse files

Revert back to the public api/current.txt and properly @hide the new methods and classes.

Change-Id: If19a9ead82d8d60db0dbff786541a774a495937e
parent 856da69c
Loading
Loading
Loading
Loading
+0 −18
Original line number Diff line number Diff line
@@ -12722,18 +12722,6 @@ package android.nfc.tech {
    method public byte[] transceive(byte[]) throws java.io.IOException;
  }
  public final class IsoPcdA extends android.nfc.tech.BasicTagTechnology {
    method public static android.nfc.tech.IsoPcdA get(android.nfc.Tag);
    method public int getMaxTransceiveLength();
    method public byte[] transceive(byte[]) throws java.io.IOException;
  }
  public final class IsoPcdB extends android.nfc.tech.BasicTagTechnology {
    method public static android.nfc.tech.IsoPcdB get(android.nfc.Tag);
    method public int getMaxTransceiveLength();
    method public byte[] transceive(byte[]) throws java.io.IOException;
  }
  public final class MifareClassic extends android.nfc.tech.BasicTagTechnology {
    method public boolean authenticateSectorWithKeyA(int, byte[]) throws java.io.IOException;
    method public boolean authenticateSectorWithKeyB(int, byte[]) throws java.io.IOException;
@@ -15375,12 +15363,6 @@ package android.preference {
    method public void setValueIndex(int);
  }
  public class ListPreferenceMultiSelect extends android.preference.ListPreference {
    ctor public ListPreferenceMultiSelect(android.content.Context);
    ctor public ListPreferenceMultiSelect(android.content.Context, android.util.AttributeSet);
    method public static java.lang.String[] parseStoredValue(java.lang.CharSequence);
  }
  public class MultiSelectListPreference extends android.preference.DialogPreference {
    ctor public MultiSelectListPreference(android.content.Context, android.util.AttributeSet);
    ctor public MultiSelectListPreference(android.content.Context);
+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@ import android.util.Log;
import java.io.IOException;

/**
 * @hide
 * Provides access to ISO-PCD type A (ISO 14443-4) properties and I/O operations on a {@link Tag}.
 *
 * <p>Acquire an {@link IsoPcdA} object using {@link #get}.
+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@ import android.util.Log;
import java.io.IOException;

/**
 * @hide
 * Provides access to ISO-PCD type B (ISO 14443-4) properties and I/O operations on a {@link Tag}.
 *
 * <p>Acquire an {@link IsoPcdB} object using {@link #get}.
+3 −0
Original line number Diff line number Diff line
@@ -22,6 +22,9 @@ import android.content.DialogInterface;
import android.text.TextUtils;
import android.util.AttributeSet;

/**
 * @hide
 */
public class ListPreferenceMultiSelect extends ListPreference {

    private static final String SEPARATOR = "OV=I=XseparatorX=I=VO";