We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c9754e commit b26c043Copy full SHA for b26c043
dynamic-support/src/main/java/com/pranavpandey/android/dynamic/support/Defaults.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2018-2022 Pranav Pandey
+ * Copyright 2018-2024 Pranav Pandey
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -225,8 +225,9 @@ public class Defaults {
225
* to the theme background to provide the best visibility.
226
* <p>{@code true} to make widgets background aware.
227
228
- * @deprecated
+ * @deprecated Use {@link #getBackgroundAware()} for updated compatibility.
229
*/
230
+ @Deprecated
231
public static final boolean ADS_BACKGROUND_AWARE = true;
232
233
/**
0 commit comments