Don't execute MainSettingsActivity in a different process
Description
Don't execute MainSettingsActivity in a different process so that shared preferences work properly within the same process.
Summary by CodeRabbit
-
Bug Fixes
- Removed the
android:process
attribute fromMainSettingsActivity
andSettingsActivityLink
, ensuring both activities run in the default process for improved stability and performance.
- Removed the
Edited by CodeRabbitAI