Class ShadowDevicePolicyResourcesManager

    • Constructor Detail

      • ShadowDevicePolicyResourcesManager

        public ShadowDevicePolicyResourcesManager()
    • Method Detail

      • setString

        public void setString​(@NonNull
                              String stringId,
                              String value)
        Override string returned by the resource identified by stringId. Reset the override by providing null as the vaNlue.
      • getString

        @Implementation
        @Nullable
        protected String getString​(@NonNull
                                   String stringId,
                                   @NonNull
                                   Supplier<String> defaultStringLoader)