Shorten the player type

The string is truncated to 20 character in IMA.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=157122929
This commit is contained in:
andrewlewis 2017-05-25 10:30:27 -07:00 committed by Oliver Woodman
parent f8cbe53f20
commit 3daa7a084f

View file

@ -111,8 +111,7 @@ import java.util.List;
*/
private static final boolean ENABLE_PRELOADING = true;
private static final String IMA_SDK_SETTINGS_PLAYER_TYPE =
"google/com.google.android.exoplayer2.ext.ima";
private static final String IMA_SDK_SETTINGS_PLAYER_TYPE = "google/exo.ext.ima";
private static final String IMA_SDK_SETTINGS_PLAYER_VERSION = ExoPlayerLibraryInfo.VERSION;
/**