Skip to content

Commit

Permalink
RMET-3134 H&F Plugin - Fix privacy policy opening for Android <= 13 (#…
Browse files Browse the repository at this point in the history
…120)

* fix: include activity alias for privacy policy manifest

References: https://outsystemsrd.atlassian.net/browse/RMET-3134

* test: remove stuff from plugin.xml

References: https://outsystemsrd.atlassian.net/browse/RMET-3134

* refactor: remove extra lines

References: https://outsystemsrd.atlassian.net/browse/RMET-3134

* chore: update changelog

References: https://outsystemsrd.atlassian.net/browse/RMET-3134
  • Loading branch information
alexgerardojacinto committed Apr 5, 2024
1 parent 73a1c63 commit a6837d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ The changes documented here do not include those from the original repository.

## [Unreleased]

## 2024-04-05
- Fix privacy policy opening for Android <= 13 (https://outsystemsrd.atlassian.net/browse/RMET-3134).

## 2024-04-04
- Update GSON version to remove vulnerability (https://outsystemsrd.atlassian.net/browse/RMET-3134).

Expand Down
14 changes: 0 additions & 14 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,6 @@
<string name="background_notification_description"></string>
</config-file>

<config-file target="AndroidManifest.xml" parent="/manifest/application">
<activity
android:name=".PermissionsRationaleActivity"
android:theme="@style/Theme.AppCompat"
android:exported="true">
<intent-filter>
<action android:name="androidx.health.ACTION_SHOW_PERMISSIONS_RATIONALE" />
</intent-filter>
<meta-data
android:name="health_permissions"
android:resource="@array/health_permissions" />
</activity>
</config-file>

<!-- HealthFitness Plugin -->
<source-file src="src/android/com/outsystems/plugins/healthfitness/OSHealthFitness.kt" target-dir="app/src/main/kotlin/com/outsystems/plugins/healthfitness"/>

Expand Down

0 comments on commit a6837d7

Please sign in to comment.