Config.java 288 Bytes
package com.cnlive.demo.streamqn;

import android.content.pm.ActivityInfo;

/**
 * Created by jerikc on 15/12/8.
 */
public class Config {
    public static final boolean FILTER_ENABLED = false;
    public static final int SCREEN_ORIENTATION = ActivityInfo.SCREEN_ORIENTATION_PORTRAIT;
}