What's the intent to check software update on Samsung galaxy tab A(Marshmallow)? I was using "android.settings.SYSTEM_UPDATE_SETTINGS" , but it returns only system update. On tablet settings,the path to software update is Settings->About device->Download updates manually
Thank you in advance
The only solution I found was through intent-filter
<intent android:action="android.settings.SYSTEM_UPDATE_SETTINGS" />