android manifest-vpn problem

xXeqiunoxXx

New member
May 20, 2014
2
0
0
Visit site
<?xml version="1.0" encoding="utf-8"?>
<manifest
****xmlns:android="http://schemas.android.com/apk/res/android"
****android:versionCode="88"
****android:versionName="@2131296653"
****package="hotspotshield.android.vpn">
****<permission
********android:label="@2131296656"
********android:name="com.anchorfree.ACCESS_AF_SERVICE"
********android:protectionLevel="dangerous"
********android:description="@2131296655"/>
****<uses-sdk
********android:minSdkVersion="5"
********android:targetSdkVersion="10"
********android:maxSdkVersion="19"/>
****<supports-screens
********android:smallScreens="true"
********android:normalScreens="true"
********android:largeScreens="true"
********android:xlargeScreens="true"/>
****<uses-permission
********android:name="android.permission.INTERNET"/>
****<uses-permission
********android:name="android.permission.ACCESS_WIFI_STATE"/>
****<uses-permission
********android:name="android.permission.ACCESS_NETWORK_STATE"/>
****<uses-permission
********android:name="android.permission.STATUS_BAR"/>
****<uses-permission
********android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
****<uses-permission
********android:name="android.permission.GET_ACCOUNTS"/>
****<uses-permission
********android:name="android.permission.GET_TASKS"/>
****<uses-permission
********android:name="android.permission.READ_PHONE_STATE"/>
****<uses-permission
********android:name="com.android.vending.BILLING"/>
****<uses-permission
********android:name="android.permission.USE_CREDENTIALS"/>
****<uses-permission
********android:name="android.permission.WRITE_SETTINGS"/>
****<uses-permission
********android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>
****<uses-permission
********android:name="android.permission.CHANGE_WIFI_STATE"/>
****<uses-permission
********android:name="android.permission.READ_CONTACTS"/>
****<uses-permission
********android:name="android.permission.VIBRATE"/>
****<uses-permission
********android:name="com.anchorfree.ACCESS_AF_SERVICE"/>
****<application
********android:theme="@16973837"
********android:label="@2131296651"
********android:icon="@2130837565"
********allowBackup="false"
********android:hardwareAccelerated="true">
********<receiver
************android:name="com.anchorfree.AFAlarmReceiver"
************android:process=":remote"/>
********<receiver
************android:label="AFBootListener"
************android:name="com.anchorfree.AFBootListener">
************<intent-filter>
****************<action
********************android:name="android.intent.action.BOOT_COMPLETED"/>
****************<category
********************android:name="android.intent.category.HOME"/>
************</intent-filter>
********</receiver>
********<receiver
************android:label="@2131296651"
************android:name="com.anchorfree.widget.AnchorFreeWidget"
************android:exported="true">
************<intent-filter>
****************<action
********************android:name="android.appwidget.action.APPWIDGET_UPDATE"/>
****************<action
********************android:name="com.anchorfree.widget.UPDATE"/>
****************<action
********************android:name="com.anchorfree.widget.CONNECT"/>
************</intent-filter>
************<meta-data
****************android:name="android.appwidget.provider"
****************android:resource="@2131034112"/>
********</receiver>
********<receiver
************android:name="com.anchorfree.billing.gco.BillingReceiver">
************<intent-filter>
****************<action
********************android:name="com.android.vending.billing.IN_APP_NOTIFY"/>
****************<action
********************android:name="com.android.vending.billing.RESPONSE_CODE"/>
****************<action
********************android:name="com.android.vending.billing.PURCHASE_STATE_CHANGED"/>
************</intent-filter>
********</receiver>
********<receiver
************android:name="com.amazon.inapp.purchasing.ResponseReceiver">
************<intent-filter>
****************<action
********************android:name="com.amazon.inapp.purchasing.NOTIFY"
********************android:permission="com.amazon.inapp.purchasing.Permission.NOTIFY"/>
************</intent-filter>
********</receiver>
********<receiver
************android:name="com.anchorfree.DormantReceiver"
************android:process=":remote"/>
********<activity
************android:label="@2131296651"
************android:name="com.anchorfree.ui.HotSpotShield"
************android:launchMode="multiple"
************android:screenOrientation="portrait"
************android:configChanges="keyboardHidden|navigation|orientation|screenLayout"
************android:description="@2131296654">
************<intent-filter>
****************<action
********************android:name="android.intent.action.MAIN"/>
****************<category
********************android:name="android.intent.category.LAUNCHER"/>
************</intent-filter>
************<intent-filter>
****************<action
********************android:name="com.anchorfree.START"/>
****************<action
********************android:name="com.anchorfree.ERROR"/>
****************<action
********************android:name="com.anchorfree.SHOW_PURCHASE"/>
****************<action
********************android:name="com.anchorfree.SHARE"/>
****************<category
********************android:name="android.intent.category.DEFAULT"/>
************</intent-filter>
********</activity>
********<activity
************android:name="com.anchorfree.ui.AboutActivity"
************android:screenOrientation="portrait"/>
********<activity
************android:name="com.anchorfree.ui.DataSavingActivity"
************android:screenOrientation="portrait"/>
********<activity
************android:name="com.anchorfree.ui.TutorialActivity"
************android:screenOrientation="portrait"/>
********<activity
************android:name="com.anchorfree.ui.SplashActivity"
************android:screenOrientation="portrait"/>
********<activity
************android:name="com.anchorfree.ui.StatisticsActivity"
************android:screenOrientation="portrait"/>
********<activity
************android:name="com.anchorfree.ui.VirtualLocationsActivity"
************android:screenOrientation="portrait"/>
********<activity
************android:theme="@2131427347"
************android:name="com.anchorfree.ui.SettingsActivity"
************android:screenOrientation="portrait"/>
********<activity
************android:name="com.anchorfree.ui.ads.UpdateActivity"
************android:screenOrientation="portrait"/>
********<activity
************android:theme="@16973840"
************android:name="com.anchorfree.ui.ads.InneractiveActivity"
************android:taskAffinity=""
************android:excludeFromRecents="true"
************android:launchMode="multiple"
************android:screenOrientation="portrait"
************android:configChanges="keyboardHidden|orientation|screenLayout"/>
********<activity
************android:theme="@16973840"
************android:name="com.anchorfree.ui.ads.VideoAdsActivity"
************android:taskAffinity=""
************android:excludeFromRecents="true"
************android:launchMode="multiple"
************android:screenOrientation="portrait"
************android:configChanges="keyboardHidden|orientation|screenLayout"/>
********<activity
************android:theme="@16973840"
************android:name="com.anchorfree.ui.ads.MopubActivity"
************android:taskAffinity=""
************android:excludeFromRecents="true"
************android:launchMode="multiple"
************android:screenOrientation="portrait"
************android:configChanges="keyboardHidden|orientation|screenLayout"/>
********<activity
************android:name="com.inneractive.api.ads.InneractiveFullScreenView"
************android:taskAffinity=""
************android:excludeFromRecents="true"
************android:configChanges="orientation|screenSize"/>
********<activity
************android:name="com.mopub.mobileads.MoPubActivity"
************android:taskAffinity=""
************android:excludeFromRecents="true"
************android:configChanges="keyboardHidden|orientation"/>
********<activity
************android:name="com.mopub.mobileads.MraidActivity"
************android:taskAffinity=""
************android:excludeFromRecents="true"
************android:configChanges="keyboardHidden|orientation"/>
********<activity
************android:name="com.mopub.mobileads.MraidVideoPlayerActivity"
************android:taskAffinity=""
************android:excludeFromRecents="true"
************android:configChanges="keyboardHidden|orientation"/>
********<activity
************android:name="com.mopub.mobileads.MraidBrowser"
************android:taskAffinity=""
************android:excludeFromRecents="true"
************android:configChanges="keyboardHidden|orientation"/>
********<activity
************android:name="com.google.ads.AdActivity"
************android:taskAffinity=""
************android:excludeFromRecents="true"
************android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"/>
********<activity
************android:theme="@16973840"
************android:name="com.millennialmedia.android.MMActivity"
************android:taskAffinity=""
************android:excludeFromRecents="true"
************android:configChanges="keyboard|keyboardHidden|orientation"/>
********<activity
************android:theme="@16973840"
************android:name="com.anchorfree.ui.ads.MillenialActivity"
************android:taskAffinity=""
************android:excludeFromRecents="true"
************android:launchMode="multiple"
************android:screenOrientation="portrait"
************android:configChanges="keyboardHidden|orientation|screenLayout"/>
********<activity
************android:name="com.anchorfree.ui.ContactsActivity"
************android:screenOrientation="portrait"/>
********<activity
************android:name="com.anchorfree.ui.SuggestedContactsActivity"
************android:screenOrientation="portrait"/>
********<activity
************android:name="com.anchorfree.ui.AllContactsActivity"
************android:screenOrientation="portrait"/>
********<activity
************android:theme="@16973836"
************android:name="com.anchorfree.ui.ConnectionStressTest"
************android:screenOrientation="portrait"/>
********<activity
************android:name="com.anchorfree.ui.LoginActivity"
************android:screenOrientation="portrait"
************android:windowSoftInputMode="stateUnspecified|adjustResize"/>
********<activity
************android:name="com.anchorfree.ui.UnblockActivity"
************android:screenOrientation="portrait"/>
********<activity
************android:label="@2131296651"
************android:name="com.anchorfree.ui.WebViewActivity"
************android:exported="false"
************android:screenOrientation="portrait"/>
********<activity
************android:theme="@16973840"
************android:name="com.anchorfree.ui.ads.BandwithVideoActivity"
************android:taskAffinity=""
************android:excludeFromRecents="true"
************android:launchMode="multiple"
************android:screenOrientation="portrait"
************android:configChanges="keyboardHidden|orientation|screenLayout"/>
********<service
************android:label="AF Service"
************android:name="com.anchorfree.AFAppService"
************android:permission="com.anchorfree.ACCESS_AF_SERVICE"
************android:enabled="true"
************android:exported="true"
************android:process="com.anchorfree.service"/>
********<service
************android:name="com.anchorfree.billing.gco.BillingService"
************android:process="com.anchorfree.service"/>
********<service
************android:name="com.anchorfree.vpn.ovpn.AFOpenVPNService"
************android:permission="android.permission.BIND_VPN_SERVICE"
************android:process="com.anchorfree.service">
************<intent-filter>
****************<action
********************android:name="android.net.VpnService"/>
************</intent-filter>
********</service>
****</application>
</manifest>

Posted via Android Central App
 

Attachments

  • Screenshot_2014-05-20-09-50-00.jpg
    Screenshot_2014-05-20-09-50-00.jpg
    33.5 KB · Views: 5

Trending Posts

Forum statistics

Threads
943,122
Messages
6,917,374
Members
3,158,833
Latest member
asha_kanta_sharma