I know there are a few questions similar to this,
ConnectionManager.getRestrictBackgroundStatus()
will give me whether background data is disabled for my app.
For my use case I want to know specifically if the Data Saver is enabled for all apps
settings->dataSaver->restrictBackgroundData
or specific app background data is disabled
app_Name->Info->Network->disable_backgroundData
ConnectionManager.getRestrictBackgroundStatus()
will give me the same answer in both the cases, how can I know which particular setting is enabled?