That fuck shit the fascists are using
at master 11 lines 259 B view raw
1package org.tm.archive.util; 2 3import androidx.annotation.NonNull; 4 5public interface UrlClickHandler { 6 7 /** 8 * @return true if you have handled it, false if you want to allow the standard Url handling. 9 */ 10 boolean handleOnClick(@NonNull String url); 11}