Skip to content

Commit 23b03fa

Browse files
committed
Add a proper Android TV icon
1 parent 39d6162 commit 23b03fa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
android:supportsRtl="true"
3434
android:theme="@style/AppTheme"
3535
tools:targetApi="m" android:usesCleartextTraffic="true"
36-
android:largeHeap="true">
36+
android:largeHeap="true"
37+
android:banner="@drawable/ic_tv_banner">
3738
<service
3839
android:name=".ProxyVpnService"
3940
android:permission="android.permission.BIND_VPN_SERVICE"
6.04 KB
Loading

0 commit comments

Comments
 (0)