How do I set the default launcher in an AOSP build?
问题 I am modifying the AOSP source code because my app needs to run in a kiosk environment. I want Android to boot directly into the app. I've excluded launcher2 from generic_no_telephony.mk , and added the app there. Now Android prompts me all the time to choose default launcher . The two choices that are available on the pop-up: Home Sample My app. How can I exclude the Android Home Sample Launcher? Or is there another way to set the default launcher in an AOSP build? 回答1: Instead of modifying