I want to implement strictMode to make my application faster but whenver I try to import it via:
Import android.os.StrictMode;
It's not available. I've read that strictMode won't work with versions before 2.3.3. This is a problem because the app is designed for 2.2 froyo. Is there a way to make my application go to 2.3.3 and be able to use strictMode?