mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-11-17 22:09:37 +00:00
13 lines
615 B
XML
13 lines
615 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<application android:allowBackup="true" android:label="@string/app_name">
|
|
<activity android:name=".MainActivity" android:exported="true">
|
|
<meta-data android:name="android.app.lib_name" android:value="hello_world" />
|
|
<intent-filter>
|
|
<action android:name="android.intent.action.MAIN" />
|
|
<category android:name="android.intent.category.LAUNCHER" />
|
|
</intent-filter>
|
|
</activity>
|
|
</application>
|
|
</manifest> |