Remove unused imports.

This commit is contained in:
Oliver Woodman 2015-05-05 20:34:07 +01:00
parent 9921dfd1ce
commit 9d73104472

View file

@ -15,13 +15,6 @@
*/
package com.google.android.exoplayer.demo;
import com.google.android.exoplayer.ExoPlayerLibraryInfo;
import android.content.Context;
import android.content.pm.PackageInfo;
import android.content.pm.PackageManager.NameNotFoundException;
import android.os.Build;
import java.io.BufferedInputStream;
import java.io.BufferedOutputStream;
import java.io.ByteArrayOutputStream;