|
|
@@ -1,5 +1,4 @@
|
|
|
-<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
- package="com.example.myapp">
|
|
|
+<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
|
|
<application
|
|
|
android:allowBackup="true"
|
|
|
@@ -8,7 +7,7 @@
|
|
|
android:roundIcon="@mipmap/ic_launcher_round"
|
|
|
android:supportsRtl="true"
|
|
|
android:theme="@style/Theme.MyApp">
|
|
|
- <activity android:name=".MainActivity">
|
|
|
+ <activity android:name=".MainActivity" android:exported="true">
|
|
|
<intent-filter>
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
|