Skip to content

Commit

Permalink
Enable Auto by default
Browse files Browse the repository at this point in the history
  • Loading branch information
mattttvaughn committed Feb 16, 2022
1 parent 372f6a3 commit 0acf665
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,13 @@
</intent-filter>
</receiver>

<!-- <meta-data-->
<!-- android:name="com.google.android.gms.car.notification.SmallIcon"-->
<!-- android:resource="@mipmap/ic_launcher" />-->
<!-- <meta-data-->
<!-- android:name="com.google.android.gms.car.application"-->
<!-- android:resource="@xml/automotive_app_desc" />-->
<meta-data
android:name="com.google.android.gms.car.notification.SmallIcon"
android:resource="@mipmap/ic_launcher" />

<meta-data
android:name="com.google.android.gms.car.application"
android:resource="@xml/automotive_app_desc" />

<meta-data
android:name="com.google.android.gms.cast.framework.OPTIONS_PROVIDER_CLASS_NAME"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package io.github.mattpvaughn.chronicle.application

import io.github.mattpvaughn.chronicle.BuildConfig

const val FEATURE_FLAG_IS_AUTO_ENABLED = false
const val FEATURE_FLAG_IS_AUTO_ENABLED = true
const val FEATURE_FLAG_IS_CAST_ENABLED = false
const val MILLIS_PER_SECOND = 1000L
const val SECONDS_PER_MINUTE = 60L
Expand Down

0 comments on commit 0acf665

Please sign in to comment.