My manifest file is updated now and it looks like this.But its still not visible or not compatible on google play for newer android then 2.2.But i have tested it on 4.0 and its work. Here is my manifest.Please help
android:versionCode="4" android:versionName="1" >
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="15"/>
<uses-permission android:name="android.permission.WAKE_LOCK" android:required="false"/>
<supports-screens
android:resizeable="true"
android:smallScreens="true"
android:normalScreens="true"
android:largeScreens="true"
android:anyDensity="true"/>