mirror of
https://github.com/Flowseal/tg-ws-proxy.git
synced 2026-05-23 07:51:43 +03:00
Update AndroidManifest.xml
v1.0.1
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
tools:targetApi="33">
|
||||
|
||||
<activity
|
||||
android:name="com.example.tgwsproxy.MainActivity"
|
||||
android:name="com.amurcanov.tgwsproxy.MainActivity"
|
||||
android:exported="true"
|
||||
android:configChanges="orientation|screenSize|keyboardHidden|smallestScreenSize"
|
||||
android:theme="@android:style/Theme.NoTitleBar">
|
||||
@@ -31,7 +31,7 @@
|
||||
</activity>
|
||||
|
||||
<service
|
||||
android:name="com.example.tgwsproxy.ProxyService"
|
||||
android:name="com.amurcanov.tgwsproxy.ProxyService"
|
||||
android:exported="false"
|
||||
android:foregroundServiceType="specialUse">
|
||||
<property android:name="android.app.PROPERTY_SPECIAL_USE_FGS_SUBTYPE" android:value="Proxy Server" />
|
||||
|
||||
Reference in New Issue
Block a user