So I searched up how to store Intents into sharedpreferences and I saw this post:
Any workaround to save an Intent in settings?
However, the answer that was proposed in that post used deprecated methods such as
Intent.getIntent(String);
and
Intent.toURI();
I was wondering if there were any other ways to store Intents without using these deprecated methods.