Signal-Android/app/src/spinner/AndroidManifest.xml

10 wiersze
287 B
XML
Czysty Zwykły widok Historia

2020-03-01 15:54:11 +00:00
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2023-02-11 20:35:01 +00:00
xmlns:tools="http://schemas.android.com/tools">
2020-03-01 15:54:11 +00:00
<application
2022-02-14 19:18:03 +00:00
android:name=".SpinnerApplicationContext"
tools:replace="android:name" />
2020-03-01 15:54:11 +00:00
</manifest>