Files
Acronyms/app/src/main/AndroidManifest.xml

16 lines
428 B
XML
Raw Normal View History

2021-06-15 18:48:11 -04:00
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="dev.carlos.acronyms"
>
<application
android:allowBackup="true"
android:label="@string/app_name"
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.Acronyms"
/>
</manifest>