Hi All,
Currently, I am developing an android system in iMX6 Sabreauto PDK. But I want to delete the Calendar application or Calculator application in the menu tray of android. I don't know how to delete this application in the menu tray of android.
Please let me know how to delete this application in the menu tray of android.
My system information is as below,
- PDK B/D :iMX6Q Sabreauto PDK B/D
- OS: Android
- Version : P9.0.0_2.2.0-ga
Please help me to solve my issue.
Regards
HM
Hi Zhiming,
Thanks for your help.
I could delete any application not to be used in my project in P9.0.0_2.2.0_GA.
Regards
HM
Hi
You can find PRODUCT_PACKAGES += \ in android_build/device/fsl/imx6dq/AndroidProducts.mk.
Remove the app you want.
BR
Zhiming