Skip to content

Commit

Permalink
Using library activity as default intent filter
Browse files Browse the repository at this point in the history
  • Loading branch information
droid-lover committed Feb 3, 2022
1 parent d7f372e commit 963f23f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion easyAnalytics/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@
<activity
android:name=".reports.ui.EasyAnalyticsReportsActivity"
android:screenOrientation="portrait"
android:label="@string/title_activity_easy_analytical_reports"/>
android:label="@string/title_activity_easy_analytical_reports">
<intent-filter>
<category android:name="android.intent.category.DEFAULT"/>
</intent-filter>

</activity>
</application>

</manifest>

0 comments on commit 963f23f

Please sign in to comment.