From 9737d8a298cbc2d477711fa3f61433f8285b9213 Mon Sep 17 00:00:00 2001 From: Daniel Huckaby <handlerexploit@gmail.com> Date: Sun, 25 Aug 2024 22:55:38 -0500 Subject: [PATCH] Revert "Test video" This reverts commit 7dac35ebda3d6370ca8302849d39d02ae4ea0e52. --- docs/learnings/2024-08-25-dynamic-app-icons.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/learnings/2024-08-25-dynamic-app-icons.md b/docs/learnings/2024-08-25-dynamic-app-icons.md index c42177b..1e4a358 100644 --- a/docs/learnings/2024-08-25-dynamic-app-icons.md +++ b/docs/learnings/2024-08-25-dynamic-app-icons.md @@ -55,6 +55,3 @@ The way we reference an activity-alias in code is via a class called [`Component At a high level we need to be able to not only enable the currently disabled alias, but also disable the currently enabled alias. If we blindly switch the states it will work, but your application will close automatically every single time you do. If you only want it to happen the first time you need to take into account the original default state. So when enabling the default alias, you just need to set the state to default. Or when disabling the non-default alias, you just need to set the state to default. I have compiled an [example project](https://github.com/DHuckaby/Chameleon) that does all of this that you can follow as a guide, or just copy/paste it like most do from StackOverflow. I don't mind either way, it is a pretty slick solution once it is in place. Given this is largely in uncharted territories, good luck if you ship it to production. - -### Video -<video src="https://github.com/DHuckaby/Chameleon/raw/main/docs/Screen_recording_20240825_224418.mp4" width=300></video>