Hi Friends,
As per the requirements of google to change api level and targetSDKversion I changed my manifest file as below
<uses-sdk android:minSdkVersion="5" android:targetSdkVersion="28"/>
<uses-permission
android:name="android.permission.WRITE_EXTERNAL_STORAGE" maxSdkVersion="26" />
After doing this change app is working in older android version upto 8.1.0 but its not working in later versions.
Is the manifest file ok, Do I need to do something else also.
Pls suggest.
Thanks
Juzer Hussain
As per the requirements of google to change api level and targetSDKversion I changed my manifest file as below
<uses-sdk android:minSdkVersion="5" android:targetSdkVersion="28"/>
<uses-permission
android:name="android.permission.WRITE_EXTERNAL_STORAGE" maxSdkVersion="26" />
After doing this change app is working in older android version upto 8.1.0 but its not working in later versions.
Is the manifest file ok, Do I need to do something else also.
Pls suggest.
Thanks
Juzer Hussain