A video player made for my grandpa. Easy for both youths to config and for seniors to use.
Android Version Required: >= 4.0.3 (API Level >= 15)
Language Supported: zh-CN, en
- After exit, automatically resume play progress and playlist when opened again.
- Can be set as a launcher, useful for devices with physical home button.
- Easy to use interface. No strange buttons and complicated configurations.
- Get the newest release apk here and install.
- Grant storage permission when starting the app for the first time, or manually grant later.(Won't work if permission was not granted)
- Press the wrench icon on the top right corner, and choose any video file on the directory storing the videos.
- Press "Play" and enjoy.
- "Can't open the video": Use MP4 as file format and check to make sure the storage permission is given (MIUI / EMUI especially!)
- May jump back for a few seconds when restart the app or rotate the screen: That's the problem with VideoView.getCurrentPosition() method. May fix later.
- May lose play progress in a file for a extremely small possibility: That's a known issue. Still working on it.
I don't collect your privacy. You can safely reject the request of permissions apart from the READ_EXTERNAL_STORAGE permission, and it won't affect normal operation of this app. Those permission requests are generated by the IDE and I have no idea of why this is happening. Maybe will be fixed later.
2018 年春节假期期间为爷爷制作。易于后辈设定,便于长者使用。 Android 版本号 >= 4.0.3 皆可使用。(即 API Level >= 15) 现已支持简体中文、英文。
- 退出后再进入时自动恢复播放进度和播放列表
- 可以设定为启动器,在有物理 Home 键的设备上使用更方便
- 界面简单明了,没有复杂设定
- 从 此处 下载最新版本的安装包并安装
- 在首次开启时授予存储访问权限,或是稍后在设置—应用管理中手动授权(未给予权限将导致闪退)
- 按右上角的“扳手”图标,在打开的文件管理器中进入存放有视频的文件夹,选取任一视频文件以设定视频文件夹
- 按“播放”按钮开始享受
无法打开此视频
:这一般是视频编码的问题。请确保文件格式为 MP4 。如果文件格式无误但错误依旧,请考虑使用“格式工厂”等转码工具将视频转换为 H.264 编码的 MP4 文件。如果使用 MIUI / EMUI,请确认已经授予存储读取权限。- 旋转屏幕或退出重进后,播放进度可能有几秒钟的倒退:这是
VideoView.getCurrentPosition()
方法的问题,将来的版本中可能会修正。 - 有极小概率丢失播放进度:这是一个已知问题,正在处理中。
这个 App 不会收集任何个人信息。它没有接入任何第三方 SDK,也没有使用 Google 的广告插件,甚至不要求互联网连接权限。然而你可能会注意到,在部分第三方 ROM 中,它要求 “读取应用列表”、“锁屏显示”、“后台弹出界面” 等看起来和功能毫无关联的权限。我并不知道这一问题是如何产生的,它们可能和我正在使用的 IDE 有关系,然而我不能确定。只要 “读写手机权限” 这一项保持允许,你也可以放心的禁用掉其它的无关权限,此 App 仍将正常工作。(事实上我只要求了读的权限而没有要求写。)此问题可能会在将来的版本中修复。