Skip to content
This repository has been archived by the owner on Oct 25, 2020. It is now read-only.

Latest commit

 

History

History
54 lines (33 loc) · 1.12 KB

README.md

File metadata and controls

54 lines (33 loc) · 1.12 KB

Riru - InternalBrowserRedirect

A module of Riru. Redirect internal browser activity to ACTION_VIEW.

中文说明

Requirements

  • Riru > 19 installed.
  • Android 7.0+

Feature

Redirect some application's internal browser to external browser (eg. TIM's QQBrowser to Chrome)

Documents

See also Documents

Build

  1. Install JDK ,Gradle ,Android SDK ,Android NDK

  2. Create local.properties on project root directory

    sdk.dir=/path/to/android-sdk
    ndk.dir=/path/to/android-ndk
    cmake.dir=/path/to/android-cmake/*version*
  3. Create keystore.properties on project root directory

    storePassword=your_store_password
    keyPassword=your_key_password
    keyAlias=your_key_alias
    storeFile=/path/to/your/store
  4. Run command

    ./gradlew build
  5. Pick riru-internal-browser-redirect.zip from module/build/outputs

TODO

  • Short URL Resolve
  • Force External Flag for Rule