|
|
@ -41,6 +41,7 @@
|
|
|
|
android:icon="@mipmap/ic_launcher"
|
|
|
|
android:icon="@mipmap/ic_launcher"
|
|
|
|
android:label="@string/app_name"
|
|
|
|
android:label="@string/app_name"
|
|
|
|
android:roundIcon="@mipmap/ic_launcher_round"
|
|
|
|
android:roundIcon="@mipmap/ic_launcher_round"
|
|
|
|
|
|
|
|
android:requestLegacyExternalStorage="true"
|
|
|
|
android:supportsRtl="true"
|
|
|
|
android:supportsRtl="true"
|
|
|
|
android:theme="@style/AppTheme">
|
|
|
|
android:theme="@style/AppTheme">
|
|
|
|
<activity android:name="pr.platerecognization.MainActivity">
|
|
|
|
<activity android:name="pr.platerecognization.MainActivity">
|
|
|
@ -54,4 +55,4 @@
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</application>
|
|
|
|
</application>
|
|
|
|
|
|
|
|
|
|
|
|
</manifest>
|
|
|
|
</manifest>
|
|
|
|