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

Commit 04a6a746 authored by Steven Moreland's avatar Steven Moreland
Browse files

markVintfStability for priv-apps

Any AIDL interface that has @VintfStabilty should be
able to be used everywhere.

Bug: 254476191
Test: aidl_integration_test
Change-Id: I3138a6e4dbfdfb972d87e7c4eb9b591be40b6d39
parent f760323d
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -300,10 +300,6 @@ package android.os {
    method @RequiresPermission(anyOf={android.net.NetworkStack.PERMISSION_MAINLINE_NETWORK_STACK, android.Manifest.permission.NETWORK_STACK}) public void reportNetworkInterfaceForTransports(@NonNull String, @NonNull int[]) throws java.lang.RuntimeException;
  }

  public class Binder implements android.os.IBinder {
    method public final void markVintfStability();
  }

  public class BluetoothServiceManager {
    method @NonNull public android.os.BluetoothServiceManager.ServiceRegisterer getBluetoothManagerServiceRegisterer();
  }
+1 −0
Original line number Diff line number Diff line
@@ -9239,6 +9239,7 @@ package android.os {
  public class Binder implements android.os.IBinder {
    method public int handleShellCommand(@NonNull android.os.ParcelFileDescriptor, @NonNull android.os.ParcelFileDescriptor, @NonNull android.os.ParcelFileDescriptor, @NonNull String[]);
    method public final void markVintfStability();
    method public static void setProxyTransactListener(@Nullable android.os.Binder.ProxyTransactListener);
  }
+1 −1
Original line number Diff line number Diff line
@@ -562,7 +562,7 @@ public class Binder implements IBinder {
     *
     * @hide
     */
    @SystemApi(client = SystemApi.Client.MODULE_LIBRARIES)
    @SystemApi(client = SystemApi.Client.PRIVILEGED_APPS)
    public final native void markVintfStability();

    /**