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

Commit 6cdf3748 authored by sailendrabathi's avatar sailendrabathi
Browse files

Fix javadoc rendering

Fixed CDD link rendering in javadoc for
getStorageVolumesIncludingSharedProfiles

Bug: 217627738
Test: Verify the javadoc by opening the generated html pages in browser
Change-Id: Ib5a7e52b44a6b5bc11f17fe3a8e726649c6b70bc
parent 2527ac8d
Loading
Loading
Loading
Loading
+4 −2
Original line number Original line Diff line number Diff line
@@ -1331,8 +1331,10 @@ public class StorageManager {


    /**
    /**
     * Return the list of shared/external storage volumes currently available to
     * Return the list of shared/external storage volumes currently available to
     * the calling user and the user it shares media with
     * the calling user and the user it shares media with. Please refer to
     * CDD link : https://source.android.com/compatibility/12/android-12-cdd#95_multi-user_support
     * <a href="https://source.android.com/compatibility/12/android-12-cdd#95_multi-user_support">
     *     multi-user support</a> for more details.
     *
     * <p>
     * <p>
     * This is similar to {@link StorageManager#getStorageVolumes()} except that the result also
     * This is similar to {@link StorageManager#getStorageVolumes()} except that the result also
     * includes the volumes belonging to any user it shares media with
     * includes the volumes belonging to any user it shares media with