requires that an explicit value for android:exported be defined when intent filters are present
<activity
android:name=".MainActivity"
android:exported="true" //add this line
android:launchMode="singleTop"
android:theme="@style/LaunchTheme"
</activity>