First of all, thanks to Mathias Lin
I'm new to Android, so it was hard for me to set the resolution knowing from Mathias Lin 's answer. Because I did not know how to set the resolution and where in the manifest file.
Finally, I did this with a Mathias Lin answer. So I made the answer in detail.
In the mainfest file use
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
after
<uses-sdk android:minSdkVersion=... android:targetSdkVersion=... />
but
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="16" /> <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
Salim Mar 11 '14 at 8:58 2014-03-11 08:58
source share