AndroidManifest.xml
TLDR
This file is an Android manifest file. It is used to provide essential information about the application to the Android operating system.
<?xml version="1.0" encoding="utf-8"?>
<manifest />
Last updated at: 29/12/2023 09:38
This file is an Android manifest file. It is used to provide essential information about the application to the Android operating system.
<?xml version="1.0" encoding="utf-8"?>
<manifest />