We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f6ec9d commit b359802Copy full SHA for b359802
java/ql/test/stubs/google-android-9.0.0/android/content/Context.java
@@ -324,7 +324,7 @@ public abstract class Context {
324
* <p>
325
* Starting from {@link android.os.Build.VERSION_CODES#N},
326
* {@link android.Manifest.permission#READ_EXTERNAL_STORAGE} permission is not
327
- * required, so don’t ask for this permission at runtime. To handle both cases,
+ * required, so don't ask for this permission at runtime. To handle both cases,
328
* your app must first try to read the OBB file, and if it fails, you must
329
* request {@link android.Manifest.permission#READ_EXTERNAL_STORAGE} permission
330
* at runtime.
0 commit comments