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

Commit be019e15 authored by Aayush Gupta's avatar Aayush Gupta Committed by Michael Bestas
Browse files

RecordIntentHelper: Remove unused imports



Signed-off-by: default avatarAayush Gupta <aayushgupta219@gmail.com>
Change-Id: I465136a8e75382290050b950a27ffb10598739b5
parent 1d99cdec
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -17,11 +17,9 @@ package org.lineageos.recorder.utils;

import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.net.Uri;

import androidx.annotation.NonNull;
import androidx.annotation.Nullable;

import org.lineageos.recorder.DeleteLastActivity;