|
@@ -8,7 +8,7 @@
|
|
|
android:usesCleartextTraffic="true"
|
|
android:usesCleartextTraffic="true"
|
|
|
android:requestLegacyExternalStorage="true" >
|
|
android:requestLegacyExternalStorage="true" >
|
|
|
<activity
|
|
<activity
|
|
|
- android:name="ch.opengis.@APP_PACKAGE_NAME@.QFieldActivity"
|
|
|
|
|
|
|
+ android:name="ch.opengis.qfield.QFieldActivity"
|
|
|
android:icon="@drawable/qfield_logo"
|
|
android:icon="@drawable/qfield_logo"
|
|
|
android:label="@string/app_name"
|
|
android:label="@string/app_name"
|
|
|
android:launchMode="singleTop"
|
|
android:launchMode="singleTop"
|
|
@@ -170,23 +170,23 @@
|
|
|
</activity>
|
|
</activity>
|
|
|
|
|
|
|
|
<!-- Activity to choose a .qgs file to open -->
|
|
<!-- Activity to choose a .qgs file to open -->
|
|
|
- <activity android:name="ch.opengis.@APP_PACKAGE_NAME@.QFieldProjectActivity" />
|
|
|
|
|
|
|
+ <activity android:name="ch.opengis.qfield.QFieldProjectActivity" />
|
|
|
|
|
|
|
|
<!-- Activity "Rate this app" -->
|
|
<!-- Activity "Rate this app" -->
|
|
|
- <activity android:name="ch.opengis.@APP_PACKAGE_NAME@.QFieldAppRaterActivity" />
|
|
|
|
|
|
|
+ <activity android:name="ch.opengis.qfield.QFieldAppRaterActivity" />
|
|
|
|
|
|
|
|
<!-- Activity to get picture with the native camera -->
|
|
<!-- Activity to get picture with the native camera -->
|
|
|
- <activity android:name="ch.opengis.@APP_PACKAGE_NAME@.QFieldCameraPictureActivity" android:configChanges="orientation|screenSize|screenLayout|keyboardHidden" />
|
|
|
|
|
|
|
+ <activity android:name="ch.opengis.qfield.QFieldCameraPictureActivity" android:configChanges="orientation|screenSize|screenLayout|keyboardHidden" />
|
|
|
|
|
|
|
|
<!-- Activity to get picture from the gallery -->
|
|
<!-- Activity to get picture from the gallery -->
|
|
|
- <activity android:name="ch.opengis.@APP_PACKAGE_NAME@.QFieldGalleryPictureActivity" android:configChanges="orientation|screenSize|screenLayout|keyboardHidden" />
|
|
|
|
|
|
|
+ <activity android:name="ch.opengis.qfield.QFieldGalleryPictureActivity" android:configChanges="orientation|screenSize|screenLayout|keyboardHidden" />
|
|
|
|
|
|
|
|
<!-- Activity to open file externally -->
|
|
<!-- Activity to open file externally -->
|
|
|
- <activity android:name="ch.opengis.@APP_PACKAGE_NAME@.QFieldOpenExternallyActivity" />
|
|
|
|
|
|
|
+ <activity android:name="ch.opengis.qfield.QFieldOpenExternallyActivity" />
|
|
|
|
|
|
|
|
<provider
|
|
<provider
|
|
|
android:name="android.support.v4.content.FileProvider"
|
|
android:name="android.support.v4.content.FileProvider"
|
|
|
- android:authorities="ch.opengis.@APP_PACKAGE_NAME@.fileprovider"
|
|
|
|
|
|
|
+ android:authorities="ch.opengis.qfield.fileprovider"
|
|
|
android:exported="false"
|
|
android:exported="false"
|
|
|
android:grantUriPermissions="true">
|
|
android:grantUriPermissions="true">
|
|
|
<meta-data
|
|
<meta-data
|