Spaces:
Running
Running
| <manifest xmlns:android="http://schemas.android.com/apk/res/android" | |
| xmlns:tools="http://schemas.android.com/tools"> | |
| <uses-permission android:name="android.permission.RECORD_AUDIO" /> | |
| <application | |
| android:allowBackup="true" | |
| android:dataExtractionRules="@xml/data_extraction_rules" | |
| android:fullBackupContent="@xml/backup_rules" | |
| android:icon="@mipmap/ic_launcher" | |
| android:label="@string/app_name" | |
| android:supportsRtl="true" | |
| android:theme="@style/Theme.WhisperCppDemo" | |
| tools:targetApi="31"> | |
| <activity | |
| android:name=".MainActivity" | |
| android:exported="true" | |
| android:theme="@style/Theme.WhisperCppDemo"> | |
| <intent-filter> | |
| <action android:name="android.intent.action.MAIN" /> | |
| <category android:name="android.intent.category.LAUNCHER" /> | |
| </intent-filter> | |
| <meta-data | |
| android:name="android.app.lib_name" | |
| android:value="" /> | |
| </activity> | |
| </application> | |
| </manifest> |