Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
FoseFx committed Jul 1, 2021
1 parent 1cfe873 commit 1003861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monke.patch
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ index c165f0b29..ab987dff6 100644
<meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version"/>
<service android:exported="false" android:name="com.google.android.datatransport.runtime.backends.TransportBackendDiscovery">
@@ -280,5 +292,18 @@
<service android:exported="false" android:name="com.amazon.avod.identity.AVODMAPBroadcastProcessingJobService" android:permission="android.permission.BIND_JOB_SERVICE"/>
<meta-data android:name="com.amazon.client.metrics.nexus.RunContext" android:value="com.amazon.avod.metrics.nexus.NexusRunContext"/>
<meta-data android:name="com.amazon.client.metrics.nexus.EndpointTypeProvider" android:value="com.amazon.avod.metrics.nexus.NexusEndpointTypeProvider"/>
<meta-data android:name="com.android.dynamic.apk.fused.modules" android:value="base"/>
+ <activity android:name="bttv.updater.UpdaterActivity" />
+ <provider
+ android:name="androidx.core.content.FileProvider"
Expand Down

0 comments on commit 1003861

Please sign in to comment.