Photo Time Fix
fixing timestamp error of photos by file name
Copying photos every time you change phones will cause time errors. So I
simply wrote such a small program to help (perhaps there is no need for
this).
If something doesn’t work, run a compatibility test and send the results to
my email.

Packages
Version 3.4 (2019-12-07)
Android Versions:
6 Libraries detected:
Libraries:
- Android Support v4 (Development Framework)
The Android Support Library is not actually a single library, but rather a collection of libraries that can roughly be divided into two groups: compatibility and component libraries. For details, please see
Understanding the Android Support Library.
- AppCompat (Utility)
support newer Android features on older Android versions.
- Androidx Core (Utility)
a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs.
- Lifecycle (Utility)
perform actions in response to a change in the lifecycle status of another component, such as activities and fragments.
- Google Material Design (Utility)
library to help with material design guidelines.
- Browser (Utility)
display webpages in the user's default browser.
Download (2.7 M)