python-for-android icon indicating copy to clipboard operation
python-for-android copied to clipboard

Allow passing entrypoint and orientation through putExtra/getExtra when starting from another activity.

Open tshirtman opened this issue 6 years ago • 1 comments

tshirtman avatar Sep 01 '19 14:09 tshirtman

I guess this is to support launcher interaction? Is it tested to work? I'm not certain there couldn't be some weird interactions with when/how sdl2 normally sets orientation. It would be nice to abstract this out a bit differently, with a single "overrideDefaultsFromIntent" function call that puts everything in one place.

inclement avatar Sep 15 '19 15:09 inclement