Thursday 3 October 2013

Push notification Permissions



    package="com.mrs.c2dmpushnotification"
    android:versionCode="1"
    android:versionName="1.0" >

            android:minSdkVersion="10"
        android:targetSdkVersion="17" />
    android:protectionLevel="signature" />
   
   
   
   


            android:allowBackup="true"
        android:icon="@drawable/ic_launcher"
        android:label="@string/app_name"
        android:theme="@style/AppTheme" >
                    android:name="com.mrs.c2dmpushnotification.MainActivity"
            android:label="@string/app_name" >
           
               

               
           
       
                 android:label="@string/app_name"
         android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen"
         android:screenOrientation="portrait">






android:permission="com.google.android.c2dm.permission.SEND">






android:permission="com.google.android.c2dm.permission.SEND">





   


No comments:

Post a Comment