Skip to content

Commit af18ed0

Browse files
committed
Android: Icon fix + Browser links
1 parent 427417a commit af18ed0

29 files changed

+20
-0
lines changed

app/platforms/android-project/app/src/main/AndroidManifest.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@
6969
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
7070
android:hardwareAccelerated="true" >
7171

72+
<profileable android:shell="true" />
73+
7274
<!-- Example of setting SDL hints from AndroidManifest.xml:
7375
<meta-data android:name="SDL_ENV.SDL_ACCELEROMETER_AS_JOYSTICK" android:value="0"/>
7476
-->
@@ -100,4 +102,12 @@
100102
</activity>
101103
</application>
102104

105+
<queries>
106+
<intent>
107+
<action android:name="android.intent.action.VIEW" />
108+
<category android:name="android.intent.category.BROWSABLE" />
109+
<data android:scheme="https" />
110+
</intent>
111+
</queries>
112+
103113
</manifest>
164 KB
Loading
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
3+
<background android:drawable="@mipmap/ic_launcher_background"/>
4+
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
5+
</adaptive-icon>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
3+
<background android:drawable="@mipmap/ic_launcher_background"/>
4+
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
5+
</adaptive-icon>
Binary file not shown.
3.86 KB
Loading
7.71 KB
Loading
4.98 KB
Loading
5.52 KB
Loading
Binary file not shown.

0 commit comments

Comments
 (0)