Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 20915daf authored by Amith Yamasani's avatar Amith Yamasani
Browse files

Fix javadoc for new API

Change-Id: I31d3eb877552029a346f956414227aac42e5582b
parent 3d38fa30
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -889,7 +889,7 @@ public abstract class PreferenceActivity extends ListActivity implements
     * Subclasses should override this method and verify that the given fragment is a valid type
     * to be attached to this activity. The default implementation returns <code>true</code> prior
     * to Key Lime Pie, <code>false</code> otherwise.
     * @param f the class name of the Fragment about to be attached to this activity.
     * @param fragmentName the class name of the Fragment about to be attached to this activity.
     * @return true if the fragment class name is valid for this Activity and false otherwise.
     */
    protected boolean isValidFragment(String fragmentName) {