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

Commit 63309f5e authored by Gitsaibot's avatar Gitsaibot Committed by Jochen Sprickerhof
Browse files

Add/Remove Import Classes

parent b0c042f7
Loading
Loading
Loading
Loading
+1 −7
Original line number Diff line number Diff line
@@ -39,13 +39,7 @@ import android.widget.Toast;
import com.android.calendarcommon2.DateException;
import com.android.calendarcommon2.Duration;

import static android.provider.CalendarContract.Attendees.ATTENDEE_STATUS;
import static android.provider.CalendarContract.Attendees.ATTENDEE_STATUS_ACCEPTED;
import static android.provider.CalendarContract.Attendees.ATTENDEE_STATUS_DECLINED;
import static android.provider.CalendarContract.Attendees.ATTENDEE_STATUS_NONE;
import static android.provider.CalendarContract.Attendees.ATTENDEE_STATUS_TENTATIVE;
import static android.provider.CalendarContract.EXTRA_EVENT_BEGIN_TIME;
import static android.provider.CalendarContract.EXTRA_EVENT_END_TIME;
import ws.xsoh.etar.R;

public class GoogleCalendarUriIntentFilter extends Activity {
    static final boolean debug = false;