Update java/ql/lib/semmle/code/java/frameworks/android/SharedPreferences.qll

This commit is contained in:
Tony Torralba
2022-04-25 12:39:01 +02:00
committed by GitHub
parent d982aeaf6f
commit f1e5e57d76

View File

@@ -1,7 +1,7 @@
/** Provides classes related to `android.content.SharedPreferences`. */
import java
import semmle.code.java.dataflow.ExternalFlow
private import semmle.code.java.dataflow.ExternalFlow
/** The interface `android.content.SharedPreferences`. */
class SharedPreferences extends Interface {