You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.
adb shell am start -a biz.bokhorst.xprivacy.action.EXPORT
results in the screen going black except for the status bar (and probably the navbar - but I don't have one).
The code sets the theme to NoDisplay but that only works if it is set in the manifest, and if it is set in the manifest, you can't choose to display a ui in the code.
The only solution that I can see is to move the exportTask to a separate service and call it from ActivityShare.
The text was updated successfully, but these errors were encountered:
Theme.Translucent.NoTitleBar is what we used to have before I started helping out. I think it is one of the first things I changed, because it was blocking input, the main list was still visible during the operation, but not responding to input.
Starting export via
results in the screen going black except for the status bar (and probably the navbar - but I don't have one).
The code sets the theme to NoDisplay but that only works if it is set in the manifest, and if it is set in the manifest, you can't choose to display a ui in the code.
The only solution that I can see is to move the exportTask to a separate service and call it from ActivityShare.
The text was updated successfully, but these errors were encountered: