[Android-overlay] Fix Java imports.

This commit is contained in:
Ryan Houdek 2013-11-29 21:32:27 -06:00
parent 7bdd8191db
commit b9f03444cd
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,9 @@
package org.dolphinemu.dolphinemu.settings.video; package org.dolphinemu.dolphinemu.settings.video;
import android.app.Activity;
import android.app.AlertDialog;
import android.content.DialogInterface;
import android.content.SharedPreferences; import android.content.SharedPreferences;
import android.content.SharedPreferences.OnSharedPreferenceChangeListener; import android.content.SharedPreferences.OnSharedPreferenceChangeListener;
import android.os.Bundle; import android.os.Bundle;