With this app, you can adjust the watch face brightness directly from your device. Includes permission management and brightness controls for HuskyDev watch faces.
AppRecs review analysis
AppRecs rating 2.3. Trustworthiness 48 out of 100. Review manipulation risk 44 out of 100. Based on a review sample analyzed.
★★☆☆☆
2.3
AppRecs Rating
Ratings breakdown
5 star
53%
4 star
14%
3 star
13%
2 star
3%
1 star
17%
What to know
✓
Authentic reviews
Natural distribution, no red flags
⚠
Questionable review patterns
44% review manipulation risk - some review patterns appear unusual
⚠
Review quality concerns
52% of sampled 5-star reviews are very short
About Wear brightness control
This simple application is primarily for using with HuskyDev watch faces.
It was created as a consequence of changes in the permission model on devices running Android 6.0.
Beginning in Android 6.0 (API level 23), users grant permissions to apps while the app is running, not when they install the app.
For adjusting of the screen brightness user must grant special permission "MANAGE WRITE SETTINGS". There is a special system UI for this request on the phone, but on the watches, this system UI is missing. Android Wear platform doesn't implement the system UI required for the user to grant these "super-permissions".
Solution for this issue is create new standalone application targeting older version of Android, so no need to request permission while app is running.
It was created as a consequence of changes in the permission model on devices running Android 6.0.
Beginning in Android 6.0 (API level 23), users grant permissions to apps while the app is running, not when they install the app.
For adjusting of the screen brightness user must grant special permission "MANAGE WRITE SETTINGS". There is a special system UI for this request on the phone, but on the watches, this system UI is missing. Android Wear platform doesn't implement the system UI required for the user to grant these "super-permissions".
Solution for this issue is create new standalone application targeting older version of Android, so no need to request permission while app is running.