mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 09:33:33 +00:00
Set MainActivity intent filter "exported" property to true
This commit is contained in:
parent
41adc48619
commit
b342d50026
1 changed files with 2 additions and 1 deletions
|
|
@ -18,7 +18,8 @@
|
|||
android:usesCleartextTraffic="true">
|
||||
<activity
|
||||
android:name=".ui.activity.MainActivity"
|
||||
android:windowSoftInputMode="adjustPan|adjustResize">
|
||||
android:windowSoftInputMode="adjustPan|adjustResize"
|
||||
android:exported="true">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue