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

Commit f4555ef4 authored by Anton Hansson's avatar Anton Hansson
Browse files

Fix broken docs in GrammaticalInflectionManager

getDataSystemCeDirectory is @hide, so shouldn't be referenced in
the public documentation.

Bug: 303184203
Test: m docs
Change-Id: Ic5d2eecce27ec893484b0dc159577ae03a930476
parent eaf0c9d6
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -100,7 +100,7 @@ public class GrammaticalInflectionManager {

    /**
     * Sets the current grammatical gender for all privileged applications. The value will be
     * stored in an encrypted file at {@link android.os.Environment#getDataSystemCeDirectory(int)
     * stored in an encrypted file at {@link android.os.Environment#getDataSystemCeDirectory(int)}
     *
     * @param grammaticalGender the terms of address the user preferred in system.
     *
@@ -121,8 +121,7 @@ public class GrammaticalInflectionManager {
    }

    /**
     * Get the current grammatical gender of privileged application from the encrypted file,
     * which is stored under {@link android.os.Environment#getDataSystemCeDirectory(int)}.
     * Get the current grammatical gender of privileged application from the encrypted file.
     *
     * @return the value of grammatical gender
     *