Fly TV PRO
  • 📺Welcome
  • Getting Started
    • Download Android Studio
    • Open Project
  • Project Structure
    • Module Structure
      • network
      • chachemanager
      • app_data_source
      • app
    • Product Flavor
  • Project Customization
    • Change App Name
    • Change App Icon
    • Change ApplicationId
  • Firebase Configuration
    • Create Firebase Project
    • Add your App to Firebase
    • Sync and Rebuild Project
  • Backend Configuration
    • Server requirment
    • Installation Fly tv admin
    • API Connection to your app
    • Push Notification Configuration
  • Admob configuration
  • Product License
  • Thank you
Powered by GitBook
On this page
  1. Project Customization

Change App Name

PreviousProject CustomizationNextChange App Icon

To change the app name, modify the "app_name" string resource in the string.xml file. This change will apply to the production variant. If necessary, you can adjust the "app_name" string resource in the string.xml (dev) file for the development variant. This way, "app_name" serves as the production release name, while the dev variant allows for testing purposes. Finally, rebuild and run your app to see the updated app name in action.