Back to project page immersive-videoplayer-android.
The source code is released under:
MIT License
If you think the Android project immersive-videoplayer-android listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.stickmanventures.android.example.immersive_videoplayer; // ww w .ja va 2s. c om import android.app.Application; public class ImmersiveVideoplayer extends Application { public static final String EXTRA_LAYOUT = "layout"; @Override public void onCreate() { super.onCreate(); } }