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:
@@ -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);
|
||||
*/
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user