hockeymikey / hox-cap-butn-brightness

Automatically exported from code.google.com/p/hox-cap-butn-brightness
GNU General Public License v3.0
0 stars 0 forks source link

Run su on non-main thread #30

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Currently (as of v1.0.11-Beta1) the code to request root and perform the IO on 
the currents and brightness files runs on the main event thread.  This causes 
infrequent, but annoying, hangs of the application from time to time.

Modify the code to run the logic to set the capacitive buttons brightness on a 
background thread (eg. an IntentService).  See http://su.chainfire.eu/ for 
details.

Original issue reported on code.google.com by denver@sleepydragon.org on 29 Sep 2013 at 3:27

GoogleCodeExporter commented 8 years ago
Fixed in v1.0.11

Original comment by denver@sleepydragon.org on 24 Oct 2013 at 3:47