AndroidManifest.xml
TLDR
This file is the AndroidManifest.xml file for the debug
build variant of the Demo Projects project. It specifies the application name for the debug variant.
Class 1 name
There are no classes defined in this file.
<?xml version="1.0" encoding="utf-8"?>
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
<application
tools:replace="android:name"
android:name=".DebugExampleApplication" />
</manifest>