Skip to content

Commit

Permalink
Enable necessary settings by default
Browse files Browse the repository at this point in the history
These settings prevent apps to work if disabled such as YouTube.
  • Loading branch information
oSumAtrIX authored and WSTxda committed Mar 28, 2024
1 parent 35c8ddb commit 4986f3b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions play-services-core/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,13 @@
<action android:name="com.google.android.gms.identity.service.BIND" />
</intent-filter>
</service>

<meta-data
android:name="org.microg.gms.settings.checkin_enable_service"
android:value="true" />
<meta-data
android:name="org.microg.gms.settings.gcm_enable_mcs_service"
android:value="true" />
</application>

</manifest>

0 comments on commit 4986f3b

Please sign in to comment.