mirror of
https://github.com/fergalmoran/chrometophone.git
synced 2025-12-22 09:41:51 +00:00
Reenable phone-to-chrome
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user