| | |
| | | |
| | | import android.Manifest; |
| | | import android.app.AlertDialog; |
| | | import android.arch.lifecycle.Observer; |
| | | import android.arch.lifecycle.ViewModelProviders; |
| | | |
| | | import android.content.DialogInterface; |
| | | import android.os.Bundle; |
| | | import android.support.annotation.NonNull; |
| | | import android.support.annotation.Nullable; |
| | | |
| | | import android.util.Log; |
| | | import android.widget.Toast; |
| | | |
| | | |
| | | import androidx.annotation.NonNull; |
| | | import androidx.annotation.Nullable; |
| | | import androidx.lifecycle.Observer; |
| | | import androidx.lifecycle.ViewModelProviders; |
| | | |
| | | import me.yokeyword.fragmentation.SupportActivity; |
| | | import safeluck.drive.evaluation.fragment.HomeFragment; |