Skip to content

Commit

Permalink
test exporting activity from manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesmac committed Nov 8, 2024
1 parent 778270f commit 34614b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sdk/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />

<application>
<activity android:name="network.xyo.client.witness.location.info.LocationActivity" />
<activity
android:exported="true"
android:name="network.xyo.client.witness.location.info.LocationActivity" />
</application>

</manifest>

0 comments on commit 34614b8

Please sign in to comment.