رفتن به مطلب
  • 0

ارور کامپایل xml


reza644

سوال

سلام دوستان

 

با یه ارور مزخرف خدتمتتونیم:S

B4A version: 6.50 BETA #2
Parsing code.    (0.70s)
Compiling code.    (1.90s)
Compiling layouts code.    (0.18s)
Organizing libraries.    (0.00s)
Generating R file.    Error
AndroidManifest.xml:41: error: Error parsing XML: not well-formed (invalid token)

فکر کنم از AndroidManifest باشه

 

اینم محتوای AndroidManifest 

 

<?xml version="1.0" encoding="utf-8"?>
<manifest
	xmlns:android="http://schemas.android.com/apk/res/android"
	package="com.kodakan.ebook"
	android:versionCode="9"
	android:versionName="1.8"
	android:installLocation="preferExternal">
	
	<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="17"/>
	<supports-screens android:largeScreens="true" 
	    android:normalScreens="true" 
	    android:smallScreens="true" 
	    android:anyDensity="true"/>
	<permission
	        android:name="com.kodakan.ebook.permission.C2D_MESSAGE"
	        android:protectionLevel="signature" />
	<uses-permission android:name="com.kodakan.ebook.permission.C2D_MESSAGE" />
	
	        <!-- Optional permissions -->
	<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
	<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
	<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
	<uses-permission android:name="android.permission.WAKE_LOCK"/>
	<uses-permission android:name="com.farsitel.bazaar.permission.PAY_THROUGH_BAZAAR"/>
	<uses-permission android:name="android.permission.SET_WALLPAPER"/>
	<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
	<uses-permission android:name="android.permission.INTERNET"/>
	<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
	<uses-permission android:name="android.permission.VIBRATE"/>
	<application
		android:icon="@drawable/icon"
		android:label="گنجشکک"
		android:theme="@android:style/Theme.Holo.Light"
		android:largeHeap="true">
		
		<activity
		            android:name="ir.adad.AdadActivity"
		            android:theme="@android:style/Theme.Dialog">
		    </activity>
		    <meta-data android:name="ir.adad.token" android:value="cfa97536ac2649f6b94e83099dcce68a"></meta-data>
		    <meta-data android:name="ir.adad.test_mode" android:value="false></meta-data>
		<receiver android:name="co.ronash.pushe.receiver.UpdateReceiver" >
		<intent-filter>
		    <action android:name="android.intent.action.PACKAGE_REPLACED" />
		
		    <data
		            android:path="com.kodakan.ebook"
		            android:scheme="package" />
		</intent-filter>
		</receiver>
		<receiver
		android:name="com.google.android.gms.gcm.GcmReceiver"
		android:exported="true"
		android:permission="com.google.android.c2dm.permission.SEND" >
		<intent-filter>
		    <action android:name="com.google.android.c2dm.intent.RECEIVE" />
		
		    <action android:name="com.google.android.c2dm.intent.REGISTRATION" />
		
		    <category android:name="com.kodakan.ebook" />
		</intent-filter>
		</receiver>
		<service
		android:name="co.ronash.pushe.service.GcmService"
		android:exported="false" >
		<intent-filter>
		    <action android:name="com.google.android.c2dm.intent.RECEIVE" />
		</intent-filter>
		</service>
		
		<receiver
		android:name="co.ronash.pushe.receiver.FallbackGcmNetworkManagerReceiver"
		android:exported="true" >
		<intent-filter>
		    <action android:name="co.ronash.pushe.CHECK_TASKS" />
		</intent-filter>
		</receiver>
		
		<service
		android:name="co.ronash.pushe.service.FallbackGcmTaskRunner"
		android:exported="false" >
		<intent-filter>
		    <action android:name="co.ronash.pushe.ACTION_TASK_READY" />
		</intent-filter>
		</service>
		<service
		android:name="co.ronash.pushe.task.scheduler.gcm.GcmTaskRunner"
		android:exported="true"
		android:permission="com.google.android.gms.permission.BIND_NETWORK_TASK_SERVICE" >
		<intent-filter>
		    <action android:name="com.google.android.gms.gcm.ACTION_TASK_READY" />
		</intent-filter>
		</service>
		<service
		android:name="co.ronash.pushe.service.IntentTaskRunner"
		android:exported="false" />
		<service
		android:name="co.ronash.pushe.service.InstanceIDService"
		android:exported="false" >
		<intent-filter>
		    <action android:name="com.google.android.gms.iid.InstanceID" />
		</intent-filter>
		</service>
		<activity
		android:name="co.ronash.pushe.activities.PopupDialogActivity"
		android:theme="@style/PusheTransparent">
		</activity>
		
		<receiver android:name="co.ronash.pushe.receiver.BootAndScreenReceiver">
		<intent-filter>
		    <action android:name="android.intent.action.BOOT_COMPLETED"/>
		</intent-filter>
		</receiver>
		<service android:name="co.ronash.pushe.service.ScreenStateService">
		<intent-filter>
		    <action android:name="co.ronash.pushe.service.ScreenStateService" />
		</intent-filter>
		</service>
		
		<activity
		android:name="co.ronash.pushe.activities.WebviewActivity">
		</activity>
		
		<receiver android:name="co.ronash.pushe.receiver.AppUsageAlarmReceiver">
		</receiver>
		
		<receiver android:name="co.ronash.pushe.receiver.ConnectivityReceiver">
		<intent-filter>
		    <action android:name="android.net.conn.CONNECTIVITY_CHANGE"/>
		</intent-filter>
		</receiver>
		
		<receiver
		android:name="co.ronash.pushe.receiver.AddReceiver"
		android:exported="false">
		<intent-filter>
		    <action android:name="com.evernote.android.job.ADD_JOB_CREATOR"/>
		</intent-filter>
		</receiver>
		
		<receiver android:name="co.ronash.pushe.receiver.AppChangeReceiver">
		<intent-filter>
		    <action android:name="android.intent.action.PACKAGE_INSTALL" />
		    <action android:name="android.intent.action.PACKAGE_ADDED" />
		    <action android:name="android.intent.action.PACKAGE_FULLY_REMOVED" />
		    <data android:scheme="package"/>
		</intent-filter>
		</receiver>
		
		<service
		android:name="com.evernote.android.job.v21.PlatformJobService"
		android:exported="false"
		android:permission="android.permission.BIND_JOB_SERVICE" />
		<service
		android:name="com.evernote.android.job.v14.PlatformAlarmService"
		android:exported="false" />
		
		<receiver
		android:name="com.evernote.android.job.v14.PlatformAlarmReceiver"
		android:exported="false" >
		<intent-filter>
		    <action android:name="com.evernote.android.job.v14.RUN_JOB" />
		    <action android:name="net.vrallev.android.job.v14.RUN_JOB" />
		</intent-filter>
		</receiver>
		<receiver
		android:name="com.evernote.android.job.JobBootReceiver"
		android:exported="false" >
		<intent-filter>
		    <action android:name="android.intent.action.BOOT_COMPLETED" />
		</intent-filter>
		</receiver>
		<service
		android:name="com.evernote.android.job.gcm.PlatformGcmService"
		android:exported="true"
		android:permission="com.google.android.gms.permission.BIND_NETWORK_TASK_SERVICE">
		<intent-filter>
		    <action android:name="com.google.android.gms.gcm.ACTION_TASK_READY"/>
		</intent-filter>
		</service>
		
		    <meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version"/>
		    <meta-data android:name="co.ronash.pushe.token" android:value="PUSHE_873073594504"/>
		    <meta-data android:name="co.ronash.pushe.cr" android:value="aHR0cDovL2FlNGE3MjY3N2Q1MjQxYjI4MzBiOWZhODJlMGZmOTExOjBlZTRhYThmOTkwZjRkM2JhNjk1NTljNTEwNmI0Njk4QGNhLnB1c2hlLmNvLzI5OTM="/>
		<activity
			android:windowSoftInputMode="stateHidden"
			android:launchMode="singleTop"
			android:name=".main"
			android:label="گنجشکک"
			android:screenOrientation="portrait">
			<intent-filter>
			   <action android:name="android.intent.action.MAIN" />
			   <category android:name="android.intent.category.LAUNCHER" />
			</intent-filter>
			
		</activity>
		<activity
			android:windowSoftInputMode="stateHidden"
			android:launchMode="singleTop"
			android:name=".topardakht"
			android:label="گنجشکک"
			android:screenOrientation="portrait">
		</activity>
		<activity
			android:windowSoftInputMode="stateHidden"
			android:launchMode="singleTop"
			android:name=".dijim"
			android:label="گنجشکک"
			android:screenOrientation="portrait">
		</activity>
		<activity
			android:windowSoftInputMode="stateHidden"
			android:launchMode="singleTop"
			android:name=".pingo"
			android:label="گنجشکک"
			android:screenOrientation="portrait">
		</activity>
		<activity
			android:windowSoftInputMode="stateHidden"
			android:launchMode="singleTop"
			android:name=".list"
			android:label="گنجشکک"
			android:screenOrientation="portrait">
		</activity>
		<activity
			android:windowSoftInputMode="stateHidden"
			android:launchMode="singleTop"
			android:name=".sit"
			android:label="گنجشکک"
			android:screenOrientation="portrait">
		</activity>
		<activity
			android:windowSoftInputMode="stateHidden"
			android:launchMode="singleTop"
			android:name=".gese1"
			android:label="گنجشکک"
			android:screenOrientation="portrait">
		</activity>
		<activity
			android:windowSoftInputMode="stateHidden"
			android:launchMode="singleTop"
			android:name=".ghesee"
			android:label="گنجشکک"
			android:screenOrientation="portrait">
		</activity>
		<activity
			android:windowSoftInputMode="stateHidden"
			android:launchMode="singleTop"
			android:name=".sheeer1"
			android:label="گنجشکک"
			android:screenOrientation="portrait">
		</activity>
		<activity
			android:windowSoftInputMode="stateHidden"
			android:launchMode="singleTop"
			android:name=".sheeer2"
			android:label="گنجشکک"
			android:screenOrientation="portrait">
		</activity>
		<activity
			android:windowSoftInputMode="stateHidden"
			android:launchMode="singleTop"
			android:name=".ghesee1"
			android:label="گنجشکک"
			android:screenOrientation="portrait">
		</activity>
		<activity
			android:windowSoftInputMode="stateHidden"
			android:launchMode="singleTop"
			android:name=".kar1"
			android:label="گنجشکک"
			android:screenOrientation="portrait">
		</activity>
		<activity
			android:windowSoftInputMode="stateHidden"
			android:launchMode="singleTop"
			android:name=".ghese"
			android:label="گنجشکک"
			android:screenOrientation="portrait">
		</activity>
		<activity
			android:windowSoftInputMode="stateHidden"
			android:launchMode="singleTop"
			android:name=".sheer1"
			android:label="گنجشکک"
			android:screenOrientation="portrait">
		</activity>
		<activity
			android:windowSoftInputMode="stateHidden"
			android:launchMode="singleTop"
			android:name=".sheer2"
			android:label="گنجشکک"
			android:screenOrientation="portrait">
		</activity>
		<activity
			android:windowSoftInputMode="stateHidden"
			android:launchMode="singleTop"
			android:name=".nagh1"
			android:label="گنجشکک"
			android:screenOrientation="portrait">
		</activity>
		<activity
			android:windowSoftInputMode="stateHidden"
			android:launchMode="singleTop"
			android:name=".list2"
			android:label="گنجشکک"
			android:screenOrientation="portrait">
		</activity>
		<activity
			android:windowSoftInputMode="stateHidden"
			android:launchMode="singleTop"
			android:name=".kare"
			android:label="گنجشکک"
			android:screenOrientation="portrait">
		</activity>
		<activity
			android:windowSoftInputMode="stateHidden"
			android:launchMode="singleTop"
			android:name=".tom"
			android:label="گنجشکک"
			android:screenOrientation="portrait">
		</activity>
		<activity
			android:windowSoftInputMode="stateHidden"
			android:launchMode="singleTop"
			android:name=".lalaa"
			android:label="گنجشکک"
			android:screenOrientation="portrait">
		</activity>
		<activity
			android:windowSoftInputMode="stateHidden"
			android:launchMode="singleTop"
			android:name=".naghashi"
			android:label="گنجشکک"
			android:screenOrientation="portrait">
		</activity>
		<activity
			android:windowSoftInputMode="stateHidden"
			android:launchMode="singleTop"
			android:name=".bare"
			android:label="گنجشکک"
			android:screenOrientation="portrait">
		</activity>
		<activity
			android:windowSoftInputMode="stateHidden"
			android:launchMode="singleTop"
			android:name=".ran"
			android:label="گنجشکک"
			android:screenOrientation="portrait">
		</activity>
		<activity
			android:windowSoftInputMode="stateHidden"
			android:launchMode="singleTop"
			android:name=".ranm"
			android:label="گنجشکک"
			android:screenOrientation="portrait">
		</activity>
		<activity
			android:windowSoftInputMode="stateHidden"
			android:launchMode="singleTop"
			android:name=".larva"
			android:label="گنجشکک"
			android:screenOrientation="portrait">
		</activity>
		<activity
			android:windowSoftInputMode="stateHidden"
			android:launchMode="singleTop"
			android:name=".nagh2"
			android:label="گنجشکک"
			android:screenOrientation="portrait">
		</activity>
		<activity
			android:windowSoftInputMode="stateHidden"
			android:launchMode="singleTop"
			android:name=".pat"
			android:label="گنجشکک"
			android:screenOrientation="portrait">
		</activity>
		<activity
			android:windowSoftInputMode="stateHidden"
			android:launchMode="singleTop"
			android:name=".b"
			android:label="گنجشکک"
			android:screenOrientation="portrait">
		</activity>
		<activity
			android:windowSoftInputMode="stateHidden"
			android:launchMode="singleTop"
			android:name=".mesterm"
			android:label="گنجشکک"
			android:screenOrientation="portrait">
		</activity>
		<activity
			android:windowSoftInputMode="stateHidden"
			android:launchMode="singleTop"
			android:name=".diji"
			android:label="گنجشکک"
			android:screenOrientation="portrait">
		</activity>
		<activity
			android:windowSoftInputMode="stateHidden"
			android:launchMode="singleTop"
			android:name=".lala22"
			android:label="گنجشکک"
			android:screenOrientation="portrait">
		</activity>
		<activity
			android:windowSoftInputMode="stateHidden"
			android:launchMode="singleTop"
			android:name=".mig"
			android:label="گنجشکک"
			android:screenOrientation="portrait">
		</activity>
		<activity
			android:windowSoftInputMode="stateHidden"
			android:launchMode="singleTop"
			android:name=".oggym"
			android:label="گنجشکک"
			android:screenOrientation="portrait">
		</activity>
		<activity
			android:windowSoftInputMode="stateHidden"
			android:launchMode="singleTop"
			android:name=".oggy"
			android:label="گنجشکک"
			android:screenOrientation="portrait">
		</activity>
		<activity
			android:windowSoftInputMode="stateHidden"
			android:launchMode="singleTop"
			android:name=".mester"
			android:label="گنجشکک"
			android:screenOrientation="portrait">
		</activity>
		<activity
			android:windowSoftInputMode="stateHidden"
			android:launchMode="singleTop"
			android:name=".bobs"
			android:label="گنجشکک"
			android:screenOrientation="portrait">
		</activity>
		<activity
			android:windowSoftInputMode="stateHidden"
			android:launchMode="singleTop"
			android:name=".oskar"
			android:label="گنجشکک"
			android:screenOrientation="portrait">
		</activity>
		<activity
			android:windowSoftInputMode="stateHidden"
			android:launchMode="singleTop"
			android:name=".tomm"
			android:label="گنجشکک"
			android:screenOrientation="portrait">
		</activity>
		<activity
			android:windowSoftInputMode="stateHidden"
			android:launchMode="singleTop"
			android:name=".bor"
			android:label="گنجشکک"
			android:screenOrientation="portrait">
		</activity>
		<activity
			android:windowSoftInputMode="stateHidden"
			android:launchMode="singleTop"
			android:name=".jok"
			android:label="گنجشکک"
			android:screenOrientation="portrait">
		</activity>
		<activity
			android:windowSoftInputMode="stateHidden"
			android:launchMode="singleTop"
			android:name=".ninjam"
			android:label="گنجشکک"
			android:screenOrientation="portrait">
		</activity>
		<activity
			android:windowSoftInputMode="stateHidden"
			android:launchMode="singleTop"
			android:name=".ninja"
			android:label="گنجشکک"
			android:screenOrientation="portrait">
		</activity>
		<activity
			android:windowSoftInputMode="stateHidden"
			android:launchMode="singleTop"
			android:name=".pink"
			android:label="گنجشکک"
			android:screenOrientation="portrait">
		</activity>
		<activity
			android:windowSoftInputMode="stateHidden"
			android:launchMode="singleTop"
			android:name=".soccer"
			android:label="گنجشکک"
			android:screenOrientation="portrait">
		</activity>
		<activity
			android:windowSoftInputMode="stateHidden"
			android:launchMode="singleTop"
			android:name=".lala"
			android:label="گنجشکک"
			android:screenOrientation="portrait">
		</activity>
		<activity
			android:windowSoftInputMode="stateHidden"
			android:launchMode="singleTop"
			android:name=".soccerm"
			android:label="گنجشکک"
			android:screenOrientation="portrait">
		</activity>
		<activity
			android:windowSoftInputMode="stateHidden"
			android:launchMode="singleTop"
			android:name=".bm"
			android:label="گنجشکک"
			android:screenOrientation="portrait">
		</activity>
		<activity
			android:windowSoftInputMode="stateHidden"
			android:launchMode="singleTop"
			android:name=".lalaa2"
			android:label="گنجشکک"
			android:screenOrientation="portrait">
		</activity>
		<activity
			android:windowSoftInputMode="stateHidden"
			android:launchMode="singleTop"
			android:name=".larvam"
			android:label="گنجشکک"
			android:screenOrientation="portrait">
		</activity>
		<activity
			android:windowSoftInputMode="stateHidden"
			android:launchMode="singleTop"
			android:name=".barem"
			android:label="گنجشکک"
			android:screenOrientation="portrait">
		</activity>
		<activity
			android:windowSoftInputMode="stateHidden"
			android:launchMode="singleTop"
			android:name=".bobm"
			android:label="گنجشکک"
			android:screenOrientation="portrait">
		</activity>
		<activity
			android:windowSoftInputMode="stateHidden"
			android:launchMode="singleTop"
			android:name=".borm"
			android:label="گنجشکک"
			android:screenOrientation="portrait">
		</activity>
		<activity
			android:windowSoftInputMode="stateHidden"
			android:launchMode="singleTop"
			android:name=".migm"
			android:label="گنجشکک"
			android:screenOrientation="portrait">
		</activity>
		<activity
			android:windowSoftInputMode="stateHidden"
			android:launchMode="singleTop"
			android:name=".oskarm"
			android:label="گنجشکک"
			android:screenOrientation="portrait">
		</activity>
		<activity
			android:windowSoftInputMode="stateHidden"
			android:launchMode="singleTop"
			android:name=".patm"
			android:label="گنجشکک"
			android:screenOrientation="portrait">
		</activity>
		<activity
			android:windowSoftInputMode="stateHidden"
			android:launchMode="singleTop"
			android:name=".pingom"
			android:label="گنجشکک"
			android:screenOrientation="portrait">
		</activity>
		<activity
			android:windowSoftInputMode="stateHidden"
			android:launchMode="singleTop"
			android:name=".pinkm"
			android:label="گنجشکک"
			android:screenOrientation="portrait">
		</activity>
	</application>
</manifest>
'This code will be applied to the manifest file during compilation.
'You do not need to modify it in most cases.
'See this link for for more information: http://www.basic4ppc.com/forum/showthread.php?p=78136
AddManifestText(

<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="17"/>
<supports-screens android:largeScreens="true" 
    android:normalScreens="true" 
    android:smallScreens="true" 
    android:anyDensity="true"/>)
SetApplicationAttribute(android:icon, "@drawable/icon")
SetApplicationAttribute(android:label, "$LABEL$")
RemovePermission(android.permission.CAMERA)
RemovePermission(android.permission.ACCESS_FINE_LOCATION)
AddPermission("android.permission.ACCESS_NETWORK_STATE")
SetApplicationAttribute(android:theme,"@android:style/Theme.Holo.Light")

'End of default text.


SetApplicationAttribute(android:largeHeap,"true")

AddApplicationText(
    <activity
            android:name="ir.adad.AdadActivity"
            android:theme="@android:style/Theme.Dialog">
    </activity>
    <meta-data android:name="ir.adad.token" android:value="cfa97536ac2649f6b94e83099dcce68a"></meta-data>
    <meta-data android:name="ir.adad.test_mode" android:value="false></meta-data>
)


















  
AddManifestText(
<permission
        android:name="com.kodakan.ebook.permission.C2D_MESSAGE"
        android:protectionLevel="signature" />
<uses-permission android:name="com.kodakan.ebook.permission.C2D_MESSAGE" />

        <!-- Optional permissions -->
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
        )

        AddApplicationText(
<receiver android:name="co.ronash.pushe.receiver.UpdateReceiver" >
<intent-filter>
    <action android:name="android.intent.action.PACKAGE_REPLACED" />

    <data
            android:path="com.kodakan.ebook"
            android:scheme="package" />
</intent-filter>
</receiver>
<receiver
android:name="com.google.android.gms.gcm.GcmReceiver"
android:exported="true"
android:permission="com.google.android.c2dm.permission.SEND" >
<intent-filter>
    <action android:name="com.google.android.c2dm.intent.RECEIVE" />

    <action android:name="com.google.android.c2dm.intent.REGISTRATION" />

    <category android:name="com.kodakan.ebook" />
</intent-filter>
</receiver>
<service
android:name="co.ronash.pushe.service.GcmService"
android:exported="false" >
<intent-filter>
    <action android:name="com.google.android.c2dm.intent.RECEIVE" />
</intent-filter>
</service>

<receiver
android:name="co.ronash.pushe.receiver.FallbackGcmNetworkManagerReceiver"
android:exported="true" >
<intent-filter>
    <action android:name="co.ronash.pushe.CHECK_TASKS" />
</intent-filter>
</receiver>

<service
android:name="co.ronash.pushe.service.FallbackGcmTaskRunner"
android:exported="false" >
<intent-filter>
    <action android:name="co.ronash.pushe.ACTION_TASK_READY" />
</intent-filter>
</service>
<service
android:name="co.ronash.pushe.task.scheduler.gcm.GcmTaskRunner"
android:exported="true"
android:permission="com.google.android.gms.permission.BIND_NETWORK_TASK_SERVICE" >
<intent-filter>
    <action android:name="com.google.android.gms.gcm.ACTION_TASK_READY" />
</intent-filter>
</service>
<service
android:name="co.ronash.pushe.service.IntentTaskRunner"
android:exported="false" />
<service
android:name="co.ronash.pushe.service.InstanceIDService"
android:exported="false" >
<intent-filter>
    <action android:name="com.google.android.gms.iid.InstanceID" />
</intent-filter>
</service>
<activity
android:name="co.ronash.pushe.activities.PopupDialogActivity"
android:theme="@style/PusheTransparent">
</activity>

<receiver android:name="co.ronash.pushe.receiver.BootAndScreenReceiver">
<intent-filter>
    <action android:name="android.intent.action.BOOT_COMPLETED"/>
</intent-filter>
</receiver>
<service android:name="co.ronash.pushe.service.ScreenStateService">
<intent-filter>
    <action android:name="co.ronash.pushe.service.ScreenStateService" />
</intent-filter>
</service>

<activity
android:name="co.ronash.pushe.activities.WebviewActivity">
</activity>

<receiver android:name="co.ronash.pushe.receiver.AppUsageAlarmReceiver">
</receiver>

<receiver android:name="co.ronash.pushe.receiver.ConnectivityReceiver">
<intent-filter>
    <action android:name="android.net.conn.CONNECTIVITY_CHANGE"/>
</intent-filter>
</receiver>

<receiver
android:name="co.ronash.pushe.receiver.AddReceiver"
android:exported="false">
<intent-filter>
    <action android:name="com.evernote.android.job.ADD_JOB_CREATOR"/>
</intent-filter>
</receiver>

<receiver android:name="co.ronash.pushe.receiver.AppChangeReceiver">
<intent-filter>
    <action android:name="android.intent.action.PACKAGE_INSTALL" />
    <action android:name="android.intent.action.PACKAGE_ADDED" />
    <action android:name="android.intent.action.PACKAGE_FULLY_REMOVED" />
    <data android:scheme="package"/>
</intent-filter>
</receiver>

<service
android:name="com.evernote.android.job.v21.PlatformJobService"
android:exported="false"
android:permission="android.permission.BIND_JOB_SERVICE" />
<service
android:name="com.evernote.android.job.v14.PlatformAlarmService"
android:exported="false" />

<receiver
android:name="com.evernote.android.job.v14.PlatformAlarmReceiver"
android:exported="false" >
<intent-filter>
    <action android:name="com.evernote.android.job.v14.RUN_JOB" />
    <action android:name="net.vrallev.android.job.v14.RUN_JOB" />
</intent-filter>
</receiver>
<receiver
android:name="com.evernote.android.job.JobBootReceiver"
android:exported="false" >
<intent-filter>
    <action android:name="android.intent.action.BOOT_COMPLETED" />
</intent-filter>
</receiver>
<service
android:name="com.evernote.android.job.gcm.PlatformGcmService"
android:exported="true"
android:permission="com.google.android.gms.permission.BIND_NETWORK_TASK_SERVICE">
<intent-filter>
    <action android:name="com.google.android.gms.gcm.ACTION_TASK_READY"/>
</intent-filter>
</service>

    <meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version"/>
    <meta-data android:name="co.ronash.pushe.token" android:value="PUSHE_873073594504"/>
    <meta-data android:name="co.ronash.pushe.cr" android:value="aHR0cDovL2FlNGE3MjY3N2Q1MjQxYjI4MzBiOWZhODJlMGZmOTExOjBlZTRhYThmOTkwZjRkM2JhNjk1NTljNTEwNmI0Njk4QGNhLnB1c2hlLmNvLzI5OTM="/>
)

        

 

لینک ارسال
به اشتراک گذاری در سایت های دیگر

2 پاسخ به این سوال تاکنون داده شده است

ارسال‌های توصیه شده

اگر اشتباه نکنم خط 41 منیفستتون ایراد داره. کدهاش رو چک کنید

لینک ارسال
به اشتراک گذاری در سایت های دیگر

بایگانی شده

این موضوع بایگانی و قفل شده و دیگر امکان ارسال پاسخ نیست.

  • کاربران آنلاین در این صفحه   0 کاربر

    • هیچ کاربر عضوی،در حال مشاهده این صفحه نیست.
×
×
  • اضافه کردن...