Android 14: fixed PGP

This commit is contained in:
M66B
2023-06-28 12:42:56 +02:00
parent 21c71ffcc8
commit d508aefbfc
4 changed files with 16 additions and 4 deletions

View File

@@ -718,7 +718,8 @@ public class FragmentBase extends Fragment {
startIntentSenderForResult(
ex.getUserAction().getActionIntent().getIntentSender(),
REQUEST_RECOVERABLE_PERMISSION,
null, 0, 0, 0, null);
null, 0, 0, 0,
Helper.getBackgroundActivityOptions());
} catch (IntentSender.SendIntentException ex) {
Log.w(ex);
}