How to enable android to display soundrecorder on the Main Menu

Source: Internet
Author: User

Problem:

The android source code is compiled, and then the system. IMG compiled by the source code is loaded using the simulator. The soundrecorder application is invisible on the main menu of the simulator, but can be seen in application management.

 

Solution:

This is because soundrecorder is not in lancher's category by default.

To display soundrecorder on the main menu, modify androidmanifest. xml and add soundrecorder to lancher's category.

Add the following red parts:

 

<Activity Android: Name = "soundrecorder"
Android: configchanges = "orientation | keyboardhidden">
<Intent-filter>
<Action Android: Name = "android. Intent. Action. Main"/>
<CATEGORY Android: Name = "android. Intent. Category. Launcher
"/>

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.