We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1668fe8 commit 356b651Copy full SHA for 356b651
tripkituisample/src/main/AndroidManifest.xml
@@ -29,7 +29,8 @@
29
android:exported="false" />
30
<activity android:name=".location_search.LocationSearchActivity" />
31
<activity android:name=".autocompleter.AutocompleterActivity" />
32
- <activity android:name=".MainActivity">
+ <activity android:name=".MainActivity"
33
+ android:exported="true">
34
<intent-filter>
35
<action android:name="android.intent.action.MAIN" />
36
0 commit comments