You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's the HTC Boost+ app - it's an extra app, can be started from the launcher, or with an intent: new Intent().setComponent(ComponentName("com.htc.pitroad", "com.htc.pitroad.landingpage.activity.LandingPageActivity"))
Then select "Manage background apps" (or similar, unsure about the localization here). Can turn off the mechanism completely, or set app-by-app whether background execution should be
allowed
forbidden
forbidden after 3 days of not-foreground.
Can't launch the background app management activity directly. I have no idea which HTC models specifically are concerned.
The text was updated successfully, but these errors were encountered:
There's the HTC Boost+ app - it's an extra app, can be started from the launcher, or with an intent:
new Intent().setComponent(ComponentName("com.htc.pitroad", "com.htc.pitroad.landingpage.activity.LandingPageActivity"))
Then select "Manage background apps" (or similar, unsure about the localization here). Can turn off the mechanism completely, or set app-by-app whether background execution should be
Can't launch the background app management activity directly. I have no idea which HTC models specifically are concerned.
The text was updated successfully, but these errors were encountered: