mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-04 06:20:26 +00:00
Added power menu config
This commit is contained in:
parent
f437ccfb57
commit
8bd1ad56cf
1 changed files with 4 additions and 1 deletions
|
@ -136,7 +136,10 @@ public class ServicePowerControl extends ControlsProviderService {
|
|||
return PendingIntentCompat.getActivity(
|
||||
context,
|
||||
ActivityView.REQUEST_POWER,
|
||||
new Intent(context, ActivityView.class),
|
||||
new Intent(context, ActivitySetup.class)
|
||||
.setAction("misc")
|
||||
.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK)
|
||||
.putExtra("tab", "misc"),
|
||||
PendingIntent.FLAG_UPDATE_CURRENT);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue