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 9802c8a commit 0a2e028Copy full SHA for 0a2e028
AndroidSDK/src/com/leanplum/LeanplumResources.java
@@ -42,7 +42,8 @@
42
43
// Description of resources.asrc file (we don't use this right nwo)
44
// http://ekasiswanto.wordpress.com/2012/09/19/descriptions-of-androids-resources-arsc/
45
-// We should switch from deprecated API to newer one.
+// Suppressing deprecation warnings for Resource methods,
46
+// because the resource syncing feature will likely be refactored/replaced in the future.
47
@SuppressWarnings("deprecation")
48
public class LeanplumResources extends Resources {
49
public LeanplumResources(Resources base) {
0 commit comments