Patches related to fix some bugs & some existed feature behaviour fixes#173
Patches related to fix some bugs & some existed feature behaviour fixes#173userariii wants to merge 4 commits intocrdroidandroid:16.0from
Conversation
…type is not LTE & above Signed-off-by: Arindam Bhattacharjee <abhattacharjee717@gmail.com>
…te 2G toggle Signed-off-by: Arindam Bhattacharjee <abhattacharjee717@gmail.com>
…eboot Signed-off-by: Arindam Bhattacharjee <abhattacharjee717@gmail.com>
If Dolby preference exist inside the Sound & Vibration option, then set the preference in Audio section Signed-off-by: Arindam Bhattacharjee <abhattacharjee717@gmail.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: d97f3d281e
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| subscriptionManager.setDefaultDataSubId(restoredSubId); | ||
| rememberSelection(context, subscriptionManager, restoredSubId); | ||
| return true; |
There was a problem hiding this comment.
Re-enable mobile data when auto-restoring default data SIM
This auto-restore path sets DDS and immediately returns success, which suppresses the user dialog, but it never enables DATA_ENABLED_REASON_USER on the restored subscription. On devices where that user-data bit is not carried over to the new subId (a common reason the data-pick dialog appears), users can end up with a restored default data SIM but no cellular data and no prompt to fix it.
Useful? React with 👍 / 👎.
No description provided.