mirror of
				https://github.com/oplus-giulia-dev/android_hardware_oplus
				synced 2025-11-04 05:45:34 +08:00 
			
		
		
		
	oplus-fwk: OplusFeatureConfigManager: Add virtual method hasFeature
Expected by OnePlus 11 11.C.58 IMS stack. Change-Id: Idb22ea147acdc30af2c31ed749c66e77752445e1
This commit is contained in:
		@@ -19,6 +19,10 @@ public class OplusFeatureConfigManager {
 | 
			
		||||
        return sInstance;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public boolean hasFeature(String featureName) {
 | 
			
		||||
        return false;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public interface OnFeatureObserver {
 | 
			
		||||
        default void onFeatureUpdate(List<String> features) {}
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user