Skip to content

Releases: RikkaApps/StorageRedirect-assets

Assets

23 Apr 05:55
565f845
Compare
Choose a tag to compare

Changelog

App

Enhancement module

Changlog

Test versions

⚠️ Warning: Test versions may be unstable

Has purchased from Google Play

First, it's highly not recommended to download from here if have purchased from Google Play. This is because Google Play has some sort of risk control mechanism which disallows apps not from Google Play to use purchase contents.

If you still want to do it, use the following method to install.

# The -i 'com.android.vending' in the command specifies the installer as Google Play

# use adb
adb install -i 'com.android.vending' <apk path>

# use terminal app
su
pm install -i 'com.android.vending' <apk path>