File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" utf-8" ?>
2
1
<manifest xmlns : android =" http://schemas.android.com/apk/res/android" xmlns : tools =" http://schemas.android.com/tools" >
3
2
<uses-permission android : name =" android.permission.POST_NOTIFICATIONS" />
4
3
<uses-permission android : name =" android.permission.ACCESS_NETWORK_STATE" />
14
13
android : label =" @string/app_name"
15
14
android : supportsRtl =" true"
16
15
android : theme =" @style/AppTheme" >
16
+
17
17
<meta-data android : name =" com.google.android.gms.ads.APPLICATION_ID" android : value =" @string/admob_app_id" />
18
18
19
19
<activity
20
- android : configChanges =" orientation|keyboardHidden|keyboard|screenSize|locale|smallestScreenSize|screenLayout|uiMode"
21
20
android : name =" .MainActivity"
21
+ android : configChanges =" orientation|keyboardHidden|keyboard|screenSize|locale|smallestScreenSize|screenLayout|uiMode"
22
22
android : label =" @string/title_activity_main"
23
23
android : launchMode =" singleTask"
24
- android : exported =" true" >
24
+ android : exported =" true"
25
+ android : theme =" @android:style/Theme.DeviceDefault" >
25
26
<intent-filter >
26
27
<action android : name =" android.intent.action.MAIN" />
27
28
<category android : name =" android.intent.category.LAUNCHER" />
36
37
<meta-data android : name =" android.support.FILE_PROVIDER_PATHS" android : resource =" @xml/file_paths" />
37
38
</provider >
38
39
</application >
39
- </manifest >
40
+ </manifest >
You can’t perform that action at this time.
0 commit comments