Skip to content

Commit ef5c658

Browse files
update android/app/src/main/AndroidManifest.xml
1 parent fb3b72f commit ef5c658

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

android/app/src/main/AndroidManifest.xml

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<?xml version="1.0" encoding="utf-8" ?>
21
<manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools">
32
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
43
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
@@ -14,14 +13,16 @@
1413
android:label="@string/app_name"
1514
android:supportsRtl="true"
1615
android:theme="@style/AppTheme">
16+
1717
<meta-data android:name="com.google.android.gms.ads.APPLICATION_ID" android:value="@string/admob_app_id" />
1818

1919
<activity
20-
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|smallestScreenSize|screenLayout|uiMode"
2120
android:name=".MainActivity"
21+
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|smallestScreenSize|screenLayout|uiMode"
2222
android:label="@string/title_activity_main"
2323
android:launchMode="singleTask"
24-
android:exported="true">
24+
android:exported="true"
25+
android:theme="@android:style/Theme.DeviceDefault">
2526
<intent-filter>
2627
<action android:name="android.intent.action.MAIN" />
2728
<category android:name="android.intent.category.LAUNCHER" />
@@ -36,4 +37,4 @@
3637
<meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/file_paths" />
3738
</provider>
3839
</application>
39-
</manifest>
40+
</manifest>

0 commit comments

Comments
 (0)