Android change Activity Name


/ Published in: XML
Save to your folder(s)

Change in manifest


Copy this code and paste it in your HTML
  1. <activity
  2. android:name=".MainActivity"
  3. android:label="Welcome" >

Report this snippet


Comments


You need to login to view comments.