Android app that shows overlay screen shot button.
Starting with Android 14, every time you capture a still image, new screenCaptureIntent is required. To continue using the same screenCaptureIntent, need to implement like continuously screen capture and save the data only when needed. I think this is a bit too heavy for gaming purposes, so I decided to just use the OS standard Volume-Down + Power combination.
- Showing post view after shooting.
- Automatically detect and retry issues with black screen shots on some devices.
- OSS, no pay, no ad, no tracking.
- Video capturing requires Android 8+, and also it's still a pilot implementation.
- To reduce the load, the shutter lag is slightly larger.
- if the overlay button was closed on your device, please check https://dontkillmyapp.com/ .
- please find the APK file from assets in each release. https://github.com/tateisu/ScreenShotButton/releases
- API 30 Android 11 Samsung Galaxy Tab S6 (SM-T860) (ScreenShotButton ver 5)
- API 29 Android 10 Essential PH-1 Phone
- API 28 Android 9 Huawei CMR-W19 MediaPad M5 Pro
- API 27 Android 8.1 Google bullhead Nexus 5X (Google store,2015)
- API 26 Android 8.0 Sony SO-02J Xperia X Compact (docomo)
- API 25 Android 7.1.1 Kyocera 602KC Digno G
- API 24 Android 7.0 Huawei HDN-W09 MediaPad M3 Lite 10 wp
- API 23 Android 6.0.1 Sony SO-02G Xperia Z3 compact (docomo)
- API 22 Android 5.1 Aubee CP-B43-Ab elm.
- API 21 Android 5.0.2 LGE LGL24 isai FL
The shape like 'aperture' at the top-left corner on screen is overlay shutter button. You can move it by dragging.
This app shows the 'post view' after tap shutter button.
I think this app has no something new, but I need codes that I can hack freely to solve problems on my device.