Application Fundamentals  |  Android Developers

PHOTO EMBED

Tue Mar 01 2022 13:29:42 GMT+0000 (Coordinated Universal Time)

Saved by @morristech #xml

<?xml version="1.0" encoding="utf-8"?>
<manifest ... >
    <application android:icon="@drawable/app_icon.png" ... >
        <activity android:name="com.example.project.ExampleActivity"
                  android:label="@string/example_label" ... >
        </activity>
        ...
    </application>
</manifest>
content_copyCOPY

https://developer.android.com/guide/components/fundamentals.html#Components