Skip to content

Commit

Permalink
[TF][KILL] Google Voice
Browse files Browse the repository at this point in the history
(cherry picked from commit 217a39abcb86d609827eaa16c24f95fe94156d5c)
  • Loading branch information
thermatk authored and nekohasekai committed Jun 24, 2020
1 parent fd30c76 commit 64c4e79
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 85 deletions.
1 change: 0 additions & 1 deletion TMessagesProj/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ dependencies {
implementation 'com.googlecode.mp4parser:isoparser:1.0.6'
implementation 'com.stripe:stripe-android:2.0.2'
implementation 'com.google.code.gson:gson:2.8.6'
implementation files('libs/libgsaverification-client.aar')
}

//return an api key from a properties file.
Expand Down
Binary file removed TMessagesProj/libs/libgsaverification-client.aar
Binary file not shown.
10 changes: 0 additions & 10 deletions TMessagesProj/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -196,15 +196,6 @@
android:resizeableActivity="false"
android:windowSoftInputMode="adjustResize|stateHidden">
</activity>
<activity
android:name=".GoogleVoiceClientActivity"
android:exported="true">
<intent-filter>
<action android:name="com.google.android.voicesearch.SEND_MESSAGE_TO_CONTACTS" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="text/plain" />
</intent-filter>
</activity>
<activity
android:name="org.telegram.ui.VoIPActivity"
android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode"
Expand Down Expand Up @@ -288,7 +279,6 @@
<service android:name=".VideoEncodingService" android:enabled="true"/>
<service android:name=".LocationSharingService" android:enabled="true"/>
<service android:name=".voip.VoIPService" android:enabled="true"/>
<service android:name=".GoogleVoiceClientService"/>
<service android:name=".MusicPlayerService" android:exported="true" android:enabled="true"/>
<service android:name=".MusicBrowserService" android:exported="true">
<intent-filter>
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 64c4e79

Please sign in to comment.