0

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

AI I
  • 331
  • 5
  • 15

1 Answers1

0

The only solution I found was through intent-filter

<intent android:action="android.settings.SYSTEM_UPDATE_SETTINGS" />

AI I
  • 331
  • 5
  • 15