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

Commit 75007cbf authored by Beatrice Marchegiani's avatar Beatrice Marchegiani
Browse files

Mention V_TO_U_RESTORE_ALLOWLIST in TarBackupReader's javadoc


Bug: 358316882
Test: not needed, just adding a javadoc comment
Flag: DOCS_ONLY
Change-Id: Icf5fe938dd9cd3efdf03a781e019d602f9e3919b
parent 36a96a45
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -73,6 +73,8 @@ import java.util.List;

/**
 * Utility methods to read backup tar file.
 * Exteranl depenency:
 *  <li> @android.provider.Settings.Secure.V_TO_U_RESTORE_ALLOWLIST
 */
public class TarBackupReader {
    private static final int TAR_HEADER_OFFSET_TYPE_CHAR = 156;