The same on my end. No consent, yet data is being collected and sent.
The app is self upgradable, means that it will not require my consent to check from time to time and update itself just like google apps in the device. hence the background/foreground usage and cpu time.
the app is secured with md5. and every time it is installed/upgraded/updated/removed, the server checks for the official md5 signature of the apk file. as far as I last checked they also enabled https on their servers so less possibility of it being hacked and exploited by hackers.
Its a 100 percent analytics app that tracks Usage activity and improve overall experience(I can see that in the app's code), only if you allow it in the first place. I found
nothing to suspect that it's leaking my data in the source code. No leakage, but collecting data with my consent to improve user experience, sure it does, how? by catching thrown exceptions and errors and sending those in logs. since logs have private info as well in them, they mentioned it in their disclaimer, unlike some others where they don't even care to tell you about this.
Here's the android manifest from the file you provided. I can see they last updated to version 1.1.1 on august 30, 2017. so yes, they were installed/updated/run without your consent and installed again if you tried deleting, force stopping, clear data, and came back with updates as long as you're using official.
I see no permission for camera, mic, contacts, read messages, make phone calls. that's more than enough for me to trust it as safe.