a20: Address SELinux denials

* Additionally, try to save more battery on CameraLightSensor

Change-Id: I8a3a86a67eeefb0b023e4162f0a32c9ecca20ff4
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
roynatech2544 2021-10-31 19:54:51 +09:00
commit 0fc8d0c629
No known key found for this signature in database
GPG key ID: 9675C32163D88D30
9 changed files with 12 additions and 6 deletions

View file

@ -81,7 +81,7 @@ public class Camera2Service extends Service {
} catch (IllegalStateException e){
Log.w(TAG, "onReady: Session is NULL");
}
},1500);
}, 4000);
} catch (Exception e){
Log.e(TAG, "Camera is in use");
e.printStackTrace();

View file

@ -68,7 +68,7 @@
<string name="charge_summary">Enable/Disable Charging here.</string>
<string name="fastcharge_title">Battery Info and Settings</string>
<string name="fastcharge_summary">Enable/Disable Fastcharge Feature</string>
<string name="fastcharge_description">Manage FastCharge Feature here.</string>
<string name="fastcharge_description">Manage Charging Feature here.</string>
<string name="battery_info_title">Battery Misc Info</string>
<string name="battery_info_summary">Section for geeks</string>