Commit 3daa7a08 by andrewlewis Committed by Oliver Woodman

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
parent f8cbe53f
......@@ -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;
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment