whatawurst / android_device_sony_yoshino-common

This is the Android device configuration for the yoshino platform
10 stars 48 forks source link

DNM: OpenCS, XperiaParts: Enable IMS by default #86

Closed shank03 closed 1 year ago

shank03 commented 1 year ago

IMS will now by enabled by default. However, it won't reflect on dirty flash as the preference would be already stored in

Settings.System.getInt(context.getContentResolver(), /* pref key */ "cs_ims", /* default value */);

where /* default value */ was 0 previously.

PS: If some user haven't toggled IMS preference from Xperia Parts even once yet, then IMS will be enabled by default as mentioned above.

Please test and verify before merge :)

shank03 commented 1 year ago

Merge plox :D

derfelot commented 1 year ago

thanks :)