Magic
mime-type determination from files and byte arrays
The file command is "a file type guesser", that is, a command-line tool that tells you in words what kind of data a file contains. Unlike most GUI systems, command-line UNIX systems - with this program leading the charge - don’t rely on filename extentions to tell you the type of a file, but look at the file’s actual contents. This is, of course, more reliable, but requires a bit of I/O.
Magic implements such a "file type guesser", and wraps it into a GUI for easy use on your Android device.
Packages
Version 1.1.2 (2019-11-08)
Android Versions:
- Target: 10.0
- MinVer: 4.0.3
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.
- Butter Knife (Utility)
binds Android views and callbacks to fields and methods.
- AndroidUtilCode (Utility)
library which encapsulates the functions that commonly used in Android development which have complete demo and unit test.
- Google Material Design (Utility)
library to help with material design guidelines.
Download (1.8 M)