This commit is contained in:
Peter Maquiran
2023-01-16 09:06:12 +01:00
parent 9493179efd
commit 7fbe4abddf
10 changed files with 23 additions and 18 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.capacitorjs.app.testapp">
package="com.gpr.gabinetedigital">
<application
android:allowBackup="true"
@@ -12,8 +12,8 @@
<activity
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|smallestScreenSize|screenLayout|uiMode"
android:name="com.capacitorjs.app.testapp.MainActivity"
android:label="@stringtitle_activity_main/title_activity_main"
android:name="com.gpr.gabinetedigital.MainActivity"
android:label="@string/title_activity_main"
android:theme="@style/AppTheme.NoActionBarLaunch"
android:launchMode="singleTask"
android:exported="true">
Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.0 KiB