Partially revert "lineage-sdk: Comment out LineageAudioService"

* We should just disable the service until it's brought up

Change-Id: I63dc8aca52edd0346fb4bb63afbd0fb7f3f8d148
This commit is contained in:
Michael Bestas
2021-10-27 22:43:17 +03:00
parent 520186e5ac
commit b5a2cffe92

View File

@@ -71,9 +71,7 @@ public class LineageAudioService extends LineageSystemService {
public void onBootPhase(int phase) {
if (phase == PHASE_BOOT_COMPLETED) {
if (NativeHelper.isNativeLibraryAvailable()) {
/*
native_registerAudioSessionCallback(true);
*/
}
}
}