Each converter file should have to implement a method getApp where they specify: - [ ] App label (i.e. App Name such as "Accupedo") - [ ] packageName (i.e. com.corusen.accupedo.te) - [ ] developer (i.e. Corusen LLC) - [ ] dataFile (Path to data file such as /internal/databases/datastorage where `/internal` is an abbreviation as defined here: - /internal = /data/data/com.packagename - /external = /mnt/sdcard/Android/data/data/com.packagename - If not internal/external use the actual file path. - TODO implement /sdcard - [ ] rootRequired (i.e. "true" indicating that the user must root their phone in order to access this data file)