feat(Spotify): Add limited support for version 8.6.98.900 (last version that supports Kenwood and Pioneer car stereos) (#4750)
This commit is contained in:
parent
df965b8a9b
commit
e30f593af0
6 changed files with 56 additions and 6 deletions
|
|
@ -0,0 +1,8 @@
|
|||
package com.spotify.useraccount.v1;
|
||||
|
||||
/**
|
||||
* Used for target 8.6.98.900. Class is still present in newer app targets.
|
||||
*/
|
||||
public class AccountAttribute {
|
||||
public Object value_;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue