-
-
Notifications
You must be signed in to change notification settings - Fork 311
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add extra smartlauncher support #2095
base: main
Are you sure you want to change the base?
Conversation
https://developer.android.com/build/manage-manifests This seems to be possible it should work similar to the configuration file for the dashboard where only the attributes that are different are declared |
Ah yeah, but the whole MainActivity block should be put into the file right?
|
i have reduced it to this for the yuou variant and it seems to be merged correctly
|
Oh nice! Can you merge it into this commit or create a new one? :) |
Pushed to it |
thank you! |
Nice, I use smart launcher, and that's pretty neat |
So in my initial testings, the extra lines caused the features to not work. |
Smart launcher has some cool icon pack support.
Especially for Material You stuff.
https://docs.smartlauncher.net/work-with-smart-launcher/icon-packs
Duplicating the AndroidManifest.xml like a stupid way to do this tho...