zhangzengfei
2020-07-30 512cae0fd797fac428f07d9d955f880e9ee353c1
app/src/main/java/com/basic/security/activity/MainActivity.java
@@ -19,6 +19,7 @@
import com.basic.security.base.BaseFragment;
import com.basic.security.fragment.HomeFragment;
import com.basic.security.fragment.SettingFragment;
import com.basic.security.manager.SettingManager;
import com.basic.security.service.KeepLifeService;
import com.basic.security.utils.FFmpeg;
import com.basic.security.utils.KeyboardUtil;
@@ -52,6 +53,8 @@
    public VideoView fullscreenVideoView;
    @ViewById
    public TextView currentTime;
    @ViewById
    public TextView appTitle;
    @ViewById
    public ImageView exit_fullscreen;
    @ViewById
@@ -102,6 +105,8 @@
        KeyboardUtil.setupUI(fragment_setting.getView());
        stopService(new Intent(this, KeepLifeService.class));
        startService(new Intent(this, KeepLifeService.class));
        appTitle.setText(SettingManager.getAppTitle());
    }
    @Background