anonymous I've found that that app doesn't work on a lot of phones. One easy way to do it would be on adb, run pm list packages -3
to list all installed (by user) apps, and run the uninstall command pm uninstall --user 0 com.package.name
for the package that you think is that app.