add exported to activity
This commit is contained in:
parent
020e313646
commit
457d1d2299
@ -14,7 +14,8 @@
|
||||
<activity
|
||||
android:configChanges="orientation|screenSize"
|
||||
android:name="com.example.app.MainActivity"
|
||||
android:label="@string/app_name" >
|
||||
android:label="@string/app_name"
|
||||
android:exported="true">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
|
Loading…
Reference in New Issue
Block a user