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.