File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -76,17 +76,17 @@ class ToolsFragment : Fragment() {
7676 }
7777 }
7878
79- // Performance Mode - Xiaomi/MIUI/HyperOS
79+ // Power Mode Settings
8080 binding.itemPerformanceMode.setOnClickListener {
8181 val intents = listOf (
82- // Xiaomi Game Turbo
83- " com.miui.securitycenter" to " com.miui.gamebooster.ui.GameBoosterMainActivity" ,
84- // MIUI Performance Mode
82+ // AOSP Power Mode Settings
83+ " com.android.settings" to " com.android.settings.Settings\$ PowerModeSettingsActivity" ,
84+ // Alternative Power/Battery Settings
85+ " com.android.settings" to " com.android.settings.fuelgauge.batterysaver.BatterySaverSettings" ,
86+ // Xiaomi Power Mode
8587 " com.miui.powerkeeper" to " com.miui.powerkeeper.ui.HiddenAppsConfigActivity" ,
86- // Android Game Dashboard
87- " com.android.settings" to " com.android.settings.Settings\$ GameDashboardActivity" ,
88- // Samsung Game Launcher
89- " com.samsung.android.game.gamehome" to " com.samsung.android.game.gamehome.MainActivity"
88+ // Samsung Power Mode
89+ " com.samsung.android.lool" to " com.samsung.android.sm.ui.battery.BatteryActivity"
9090 )
9191 tryOpenSettings(intents)
9292 }
Original file line number Diff line number Diff line change 262262 <string name =" tools_notification_log" >Notification Log</string >
263263 <string name =" tools_notification_history" >Notification History</string >
264264 <string name =" tools_battery_optimization" >Battery Optimization</string >
265- <string name =" tools_performance_mode" >Performance Mode</string >
265+ <string name =" tools_performance_mode" >Power Mode</string >
266266 <string name =" tools_developer_options" >Developer Options</string >
267267 <string name =" tools_running_services" >Running Services</string >
268268 <string name =" tools_activity_launcher" >Activity Launcher</string >
You can’t perform that action at this time.
0 commit comments