parent
604095a1e9
commit
892309fff1
|
|
@ -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" />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue