Class ShadowDeviceConfig


  • @Implements(value=android.provider.DeviceConfig.class,
                isInAndroidSdk=false,
                minSdk=29)
    public class ShadowDeviceConfig
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      protected static java.lang.String getProperty​(java.lang.String namespace, java.lang.String name)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ShadowDeviceConfig

        public ShadowDeviceConfig()
    • Method Detail

      • getProperty

        @Implementation
        protected static java.lang.String getProperty​(java.lang.String namespace,
                                                      java.lang.String name)