maui android app icon text change

Haviv Elbsz 2,071 Reputation points
2023-06-22T16:26:02.9033333+00:00

Hello all. how I can change the text that comes under the launcher icon of my app. Thank you very much.

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,900 questions
0 comments No comments
{count} votes

Accepted answer
  1. Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 48,096 Reputation points Microsoft Vendor
    2023-06-23T01:47:05.21+00:00

    Hello,

    For Android, you can do this by modifying the MAUI project file.

    Please refer to the following steps:

    Step 1. You could open the project file by double-clicking the MAUI project in Solution Explorer in Visual Studio, or by jumping to your project directory and manually opening the .csproj file.

    Step 2. After opening the project file, you will see an <ApplicationTitle> node, modify the value in it to the value you want.

    <!-- Display name -->   
    <ApplicationTitle>Test_Android</ApplicationTitle>
    

    Best Regards,

    Alec Liu.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.