Enable strict mode for > 9 api level

This commit is contained in:
Victor Shcherb 2013-05-23 20:28:59 +02:00
parent 5332b4e839
commit d843d49757

View file

@ -29,7 +29,6 @@ import net.osmand.plus.api.InternalToDoAPI;
import net.osmand.plus.api.SQLiteAPI; import net.osmand.plus.api.SQLiteAPI;
import net.osmand.plus.api.SQLiteAPIImpl; import net.osmand.plus.api.SQLiteAPIImpl;
import net.osmand.plus.api.SettingsAPI; import net.osmand.plus.api.SettingsAPI;
import net.osmand.plus.api.ExternalServiceAPI.AudioFocusHelper;
import net.osmand.plus.render.NativeOsmandLibrary; import net.osmand.plus.render.NativeOsmandLibrary;
import net.osmand.plus.render.RendererRegistry; import net.osmand.plus.render.RendererRegistry;
import net.osmand.plus.resources.ResourceManager; import net.osmand.plus.resources.ResourceManager;