Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Force app to be installed on internal storage #441

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kekkyojin
Copy link
Collaborator

PR Checklist

Please check all that apply to this PR using "x":

  • I have checked that this PR is not a duplicate of an existing PR (open, closed or merged)
  • I have checked that this PR does not introduce a breaking change

PR Type

What kind of change does this PR introduce?

  • Bugfix

What is the current behavior?

If user installs the app on external storage -e.g. an SD card-, account will disappear if user unmounts the storage device
. When storage device is mounted again, the account will appear again, but this could lead to some users believing their accounts had being removed.

What is the new behavior?

The account will not disappear as internal storage cannot be unmounted

Other information

See https://developer.android.com/guide/topics/data/install-location

@kekkyojin kekkyojin requested a review from akinwale February 14, 2023 19:34
@ktprograms
Copy link
Collaborator

I've never used apps on external storage before, but if the apk is stored on the external storage, how is it possible to open the app when the external storage is unmounted?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants