NoRoot Firewall v4.0.2版本的 MD5 值为:65ececf86f2a47bb27bef1872f52b654

以下内容为反编译后的 NoRoot Firewall v4.0.2 -- AndroidManifest.xml 源代码,内容仅作参考


<?xml version="1.0" encoding="utf-8"?>
<manifest android:versionCode="50" android:versionName="4.0.2" android:installLocation="internalOnly" android:compileSdkVersion="29" android:compileSdkVersionCodename="10" package="app.greyshirts.firewall" platformBuildVersionCode="29" platformBuildVersionName="10"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <uses-sdk android:minSdkVersion="21" android:targetSdkVersion="28" />
    <uses-permission android:name="android.permission.INTERNET" />
    <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
    <uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
    <application android:theme="@style/AppTheme" android:label="@string/app_name" android:icon="@drawable/launcher" android:name="app.greyshirts.firewall.proxy.MyApplication" android:largeHeap="true" android:appComponentFactory="androidx.core.app.CoreComponentFactory">
        <activity android:theme="@style/NoActionBar" android:label="@string/app_name" android:name="app.greyshirts.firewall.ui.ActivityPager" android:launchMode="singleTask">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
        </activity>
        <activity android:name="app.greyshirts.firewall.ui.debug.ActivityDebug" />
        <activity android:label="@string/actionbar_title_app_detail" android:name="app.greyshirts.firewall.ui.ActivityAppDetail" android:parentActivityName="app.greyshirts.firewall.ui.ActivityPager">
            <meta-data android:name="android.support.PARENT_ACTIVITY" android:value="app.greyshirts.firewall.ui.ActivityPager" />
        </activity>
        <service android:name="app.greyshirts.firewall.app.MyVpnService" android:permission="android.permission.BIND_VPN_SERVICE">
            <intent-filter>
                <action android:name="android.net.VpnService" />
            </intent-filter>
        </service>
        <provider android:name="app.greyshirts.firewall.db.DataProvider" android:exported="false" android:authorities="@string/provider_authority_notranslate" />
        <receiver android:name="app.greyshirts.firewall.app.BootReceiver">
            <intent-filter>
                <category android:name="android.intent.category.DEFAULT" />
                <action android:name="android.intent.action.BOOT_COMPLETED" />
            </intent-filter>
        </receiver>
        <receiver android:label="NetworkStateChangeReceiver" android:name="app.greyshirts.firewall.app.NetworkStateChangeReceiver">
            <intent-filter>
                <action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
                <action android:name="android.net.wifi.WIFI_STATE_CHANGED" />
            </intent-filter>
        </receiver>
        <receiver android:name="app.greyshirts.firewall.app.PackageInstallReceiver">
            <intent-filter>
                <action android:name="android.intent.action.PACKAGE_ADDED" />
                <action android:name="android.intent.action.PACKAGE_REMOVED" />
                <data android:scheme="package" />
            </intent-filter>
        </receiver>
        <activity android:name="app.greyshirts.firewall.ui.widget.ActivityOpensource" />
        <provider android:name="androidx.lifecycle.ProcessLifecycleOwnerInitializer" android:exported="false" android:multiprocess="true" android:authorities="app.greyshirts.firewall.lifecycle-process" />
    </application>
</manifest>