Fix demo app when built using ASWB

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=131853683
This commit is contained in:
olly 2016-08-31 11:35:43 -07:00 committed by Oliver Woodman
parent 962b5940c2
commit c5114575fe

View File

@ -30,7 +30,7 @@
android:icon="@drawable/ic_launcher"
android:largeHeap="true"
android:allowBackup="false"
android:name=".DemoApplication">
android:name="com.google.android.exoplayer2.demo.DemoApplication">
<activity android:name="com.google.android.exoplayer2.demo.SampleChooserActivity"
android:configChanges="keyboardHidden"