Reenable phone-to-chrome

This commit is contained in:
burke.davey
2010-09-16 23:43:36 +00:00
parent ac5cb5d77d
commit e9fa5e9759
3 changed files with 5 additions and 9 deletions

View File

@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.google.android.apps.chrometophone"
android:versionCode="10"
android:versionName="2.1.0">
android:versionCode="11"
android:versionName="2.2.0">
<!-- Only this application can receive the messages and registration result -->
<permission android:name="com.google.android.apps.chrometophone.permission.C2D_MESSAGE" android:protectionLevel="signature" />
<uses-permission android:name="com.google.android.apps.chrometophone.permission.C2D_MESSAGE" />
@@ -33,7 +33,6 @@
android:screenOrientation="portrait">
</activity>
<!-- TODO: Enable for v2.2
<activity android:name=".ShareLinkActivity">
<intent-filter>
<action android:name="android.intent.action.SEND" />
@@ -41,7 +40,6 @@
<data android:mimeType="text/plain" />
</intent-filter>
</activity>
-->
<!-- In order to use the c2dm library, an
application must declare a class with the name C2DMReceiver, in its