| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <manifest xmlns:android="http://schemas.android.com/apk/res/android" |
| | | xmlns:tools="http://schemas.android.com/tools" > |
| | | xmlns:tools="http://schemas.android.com/tools"> |
| | | |
| | | <uses-permission android:name="android.permission.VIBRATE" /> |
| | | <uses-permission android:name="android.permission.INTERNET" /> |
| | |
| | | android:roundIcon="@mipmap/ic_launcher_round" |
| | | android:supportsRtl="true" |
| | | android:theme="@style/Theme.AGVController" |
| | | tools:targetApi="31" > |
| | | tools:targetApi="31"> |
| | | <activity |
| | | android:name=".EditeActivity" |
| | | android:exported="false" /> |
| | | <activity |
| | | android:name=".MainActivity" |
| | | android:exported="false" /> |
| | | <activity |
| | | android:name=".StartActivity" |
| | | android:exported="true" > |
| | | android:exported="true"> |
| | | <intent-filter> |
| | | <action android:name="android.intent.action.MAIN" /> |
| | | |