[DO NOT MERGE] Stop scan on device chooser activity backgrounded

am: 200c37f413

Change-Id: I29fbe568cccac08e6fa28ec8cf1c027290d35efc
This commit is contained in:
Eugene Susla
2017-04-14 23:30:46 +00:00
committed by android-build-merger
4 changed files with 35 additions and 13 deletions

View File

@@ -19,4 +19,5 @@ package android.companion;
/** @hide */
interface ICompanionDeviceDiscoveryServiceCallback {
oneway void onDeviceSelected(String packageName, int userId, String deviceAddress);
oneway void onDeviceSelectionCancel();
}