Skip to content

Commit

Permalink
API-6752: Added android:exported="true" required from August 2022
Browse files Browse the repository at this point in the history
  • Loading branch information
sbogolii-sift committed Sep 12, 2022
1 parent 48e3dcc commit 4611504
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hello-sift/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@style/AppTheme">
<activity android:name=".HelloSift">
<activity android:name=".HelloSift"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
Expand Down

0 comments on commit 4611504

Please sign in to comment.