Based on Nekogram. Key additions: - Rebrand to FoxiGram (app name, APK name, applicationId com.foxigram.app) - Embedded Xray (VLESS+Reality) proxy client via JNI libxray.so - Bundled hidden one-tap proxies (LTE + WiFi), read-only in UI - Auto-restore proxy on restart, rebind to active network (LTE/WiFi) - Server credentials externalized to git-ignored XrayServers.java (+ template) - libxray Go source included; compiled .so, keystore, google-services.json ignored
6 lines
No EOL
340 B
XML
6 lines
No EOL
340 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<background android:drawable="@drawable/icon_3_background_sa" />
|
|
<foreground android:drawable="@drawable/ic_launcher_foreground" />
|
|
<monochrome android:drawable="@drawable/ic_launcher_foreground"/>
|
|
</adaptive-icon> |