mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-23 06:31:17 +00:00
Fixed building car
This commit is contained in:
parent
d8d44c3b59
commit
75a6d54c67
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,7 @@ package androidx.car.app.connection;
|
|||
|
||||
import static androidx.car.app.connection.CarConnection.ACTION_CAR_CONNECTION_UPDATED;
|
||||
import static androidx.car.app.connection.CarConnection.CAR_CONNECTION_STATE;
|
||||
import static androidx.car.app.utils.LogTags.TAG_CONNECTION_TO_CAR;
|
||||
//import static androidx.car.app.utils.LogTags.TAG_CONNECTION_TO_CAR;
|
||||
|
||||
import android.content.AsyncQueryHandler;
|
||||
import android.content.BroadcastReceiver;
|
||||
|
@ -45,6 +45,7 @@ final class CarConnectionTypeLiveData extends LiveData<@ConnectionType Integer>
|
|||
@VisibleForTesting
|
||||
static final String CAR_CONNECTION_AUTHORITY = "androidx.car.app.connection";
|
||||
|
||||
private static final String TAG_CONNECTION_TO_CAR = "fairemail";
|
||||
private static final int QUERY_TOKEN = 42;
|
||||
private static final Uri PROJECTION_HOST_URI = new Uri.Builder().scheme("content").authority(
|
||||
CAR_CONNECTION_AUTHORITY).build();
|
||||
|
|
Loading…
Reference in a new issue