FragmentInjection
Classes extending PreferenceActivity must implement isValidFragment such that it does not unconditionally return true to prevent vulnerability to fragment injection attacks.
- Severity
- WARNING
- Tags
- LikelyError
Suppression
Suppress false positives by adding the suppression annotation @SuppressWarnings("FragmentInjection")
to the enclosing element.