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

Commit 63318bb9 authored by Beatrice Marchegiani's avatar Beatrice Marchegiani Committed by Android (Google) Code Review
Browse files

Merge "Mention V_TO_U_RESTORE_ALLOWLIST in TarBackupReader's javadoc" into main

parents a4a9b20d 75007cbf
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;