Skip to content

Dakwamine/link-intercept

Repository files navigation

link-intercept

An Android app which can be opened like any browser to show the link's URL and lets you choose if you want to follow it. Also adds itself in the home-button-swipe-up-action list to disable the action (useful for Android < 6).

How it works

Link intercept

Link interception

This application adds itself in the browsers list when touching a link to a http:// or https:// resource. This is set in the AndroidManifest.xml file, in the intent-filter section of MainActivity.

Assist disabler

Disabling assist feature

This application adds itself in the home-button-swipe-up-action list, aka assist functionality. This is set in the AndroidManifest.xml file, in the EmptyActivity section.

(NEW) Query parameters separation

Query parameters separation

Additional information

When installed, this app does not add itself in the applications list (LAUNCHER category is not included in the manifest) simply because it is not useful.

About

An Android app which can be opened like any browser to show the link's URL and lets you choose if you want to follow it. Also adds itself in the home-button-swipe-up-action list to disable the action (useful for Android < 6).

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages