Android AD Manifest

Source: Internet
Author: User

<? Xml version = "1.0" encoding = "UTF-8"?>
<Manifest xmlns: android = "http://schemas.android.com/apk/res/android"
Package = "gongzibai. co. cc"
Android: versionCode = "2"
Android: versionName = "1.0" type = "codeph" text = "/codeph">

<Uses-sdk android: minSdkVersion = "8"/>
<Uses-sdk android: minSdkVersion = "4"/>
<! -- Connection to the INTERNET (required) -->
<Uses-permission android: name = "android. permission. INTERNET"/>
<! -- Used to check the network status before downloading -->
<Uses-permission android: name = "android. permission. ACCESS_NETWORK_STATE"/>

<! -- Write data to SDCard (required) -->
<Uses-permission android: name = "android. permission. WRITE_EXTERNAL_STORAGE"/>
<! -- Get device information (required) -->
<Uses-permission android: name = "android. permission. READ_PHONE_STATE"/>
<! -- Obtain the mac address. Some Pad devices cannot obtain the imei bug (required) -->
<Uses-permission android: name = "android. permission. ACCESS_WIFI_STATE"/>

<! -- Obtain geographic location information to help you accurately count the distribution of users after a developer program is released (optional) -->
<Uses-permission android: name = "android. permission. ACCESS_FINE_LOCATION"/>

<! -- Supports Push SMS advertising mode (optional) -->
<Uses-permission android: name = "android. permission. WRITE_SMS"/>
<! -- Supports Push SMS advertising mode (optional) -->
<Uses-permission android: name = "android. permission. READ_SMS"/>

<Application
Android: icon = "@ drawable/icon"
Android: label = "@ string/app_name"
>
<Activity
Android: label = "@ string/app_name"
Android: name = ". Splash">
<Intent-filter>
<Action android: name = "android. intent. action. MAIN"/>

<Category android: name = "android. intent. category. LAUNCHER"/>
</Intent-filter>
</Activity>
<Activity android: name = "gongzibai. co. cc. RandomActivity"/>

<Meta-data
Android: name = "installed_auto_start_app"
Android: value = "true"/>

<Activity android: name = "net. miidi. credit. MiidiWebViewActivity"/>
<! -- CPA advertising billing (required) -->
<Cycler android: name = "net. miidi. credit. CPAFeeReceiver"/>
</Application>

</Manifest>

 

 

From the column of gongzibai

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.