Merge "Add @UnsupportedAppUsage annotations"
am: 44091cdb47
Change-Id: I1dfae6f3d8ba8d5ff63f378c71f9670199a3adc3
This commit is contained in:
@@ -23,6 +23,7 @@ import com.android.internal.telecom.IVideoProvider;
|
||||
import android.annotation.NonNull;
|
||||
import android.annotation.Nullable;
|
||||
import android.annotation.SystemApi;
|
||||
import android.annotation.UnsupportedAppUsage;
|
||||
import android.app.Notification;
|
||||
import android.bluetooth.BluetoothDevice;
|
||||
import android.content.Intent;
|
||||
@@ -1274,6 +1275,7 @@ public abstract class Connection extends Conferenceable {
|
||||
* @param looper The looper.
|
||||
* @hide
|
||||
*/
|
||||
@UnsupportedAppUsage
|
||||
public VideoProvider(Looper looper) {
|
||||
mBinder = new VideoProvider.VideoProviderBinder();
|
||||
mMessageHandler = new VideoProvider.VideoProviderHandler(looper);
|
||||
|
||||
Reference in New Issue
Block a user