File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 150150 android : name =" .playback.MusicService"
151151 android : exported =" true"
152152 android : foregroundServiceType =" mediaPlayback"
153- android : permission =" android.permission.BIND_MEDIA_BROWSER_SERVICE"
154153 tools : ignore =" ExportedService" >
155154 <intent-filter >
156155 <action android : name =" androidx.media3.session.MediaSessionService" />
157156 <action android : name =" androidx.media3.session.MediaLibraryService" />
158157 <action android : name =" android.media.browse.MediaBrowserService" />
158+ <category android : name =" android.intent.category.DEFAULT" />
159159 </intent-filter >
160160 </service >
161161
180180 <meta-data
181181 android : name =" com.google.android.gms.car.application"
182182 android : resource =" @xml/automotive_app_desc" />
183+ <meta-data
184+ android : name =" androidx.car.app.TintableAttributionIcon"
185+ android : resource =" @drawable/status" />
183186
184187 <activity
185188 android : name =" .DebugActivity"
You can’t perform that action at this time.
0 commit comments