Update AndroidManifest.xml

v1.0.1
This commit is contained in:
amurcanov 2026-03-25 05:04:46 +03:00 committed by GitHub
parent 604095a1e9
commit 892309fff1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
tools:targetApi="33"> tools:targetApi="33">
<activity <activity
android:name="com.example.tgwsproxy.MainActivity" android:name="com.amurcanov.tgwsproxy.MainActivity"
android:exported="true" android:exported="true"
android:configChanges="orientation|screenSize|keyboardHidden|smallestScreenSize" android:configChanges="orientation|screenSize|keyboardHidden|smallestScreenSize"
android:theme="@android:style/Theme.NoTitleBar"> android:theme="@android:style/Theme.NoTitleBar">
@ -31,7 +31,7 @@
</activity> </activity>
<service <service
android:name="com.example.tgwsproxy.ProxyService" android:name="com.amurcanov.tgwsproxy.ProxyService"
android:exported="false" android:exported="false"
android:foregroundServiceType="specialUse"> android:foregroundServiceType="specialUse">
<property android:name="android.app.PROPERTY_SPECIAL_USE_FGS_SUBTYPE" android:value="Proxy Server" /> <property android:name="android.app.PROPERTY_SPECIAL_USE_FGS_SUBTYPE" android:value="Proxy Server" />