| | |
| | | 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; |
| | |
| | | public VideoView fullscreenVideoView; |
| | | @ViewById |
| | | public TextView currentTime; |
| | | @ViewById |
| | | public TextView appTitle; |
| | | @ViewById |
| | | public ImageView exit_fullscreen; |
| | | @ViewById |
| | |
| | | KeyboardUtil.setupUI(fragment_setting.getView()); |
| | | stopService(new Intent(this, KeepLifeService.class)); |
| | | startService(new Intent(this, KeepLifeService.class)); |
| | | |
| | | appTitle.setText(SettingManager.getAppTitle()); |
| | | } |
| | | |
| | | @Background |