Strategy for Expo detached binary update on stores

Also regarding this post: Release channels on detached ExpoKit app
I still can’t really figured out where I should change the channel path in my Android project.

My guess is that I should edit MainActiviy :
(app/java/hos.exp.exponent/MainActivity)

public String publishedUrl() {
    return "exp://exp.host/@alanlanglois/myapp";
}

but I’m not sure about it it also could be in:
app/java/host.exp.exponent/generated/AppConstants

public static String INITIAL_URL = "exp://exp.host/@alanlanglois/myapp";

A little more accurate info on it would be nice in the doc :slight_smile: