0
0
Fork 0
mirror of https://github.com/YTVanced/VancedMicroG synced 2024-11-28 14:13:00 +00:00

Merge pull request #9 from X1nto/master

ahh yes measurementstat
This commit is contained in:
KevinX8 2020-07-18 13:57:08 +03:00 committed by GitHub
commit b93d580786
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -78,7 +78,7 @@ android {
} }
lintOptions { lintOptions {
disable 'MissingTranslation', 'InvalidPackage', 'BatteryLife', 'ImpliedQuantity', 'MissingQuantity', 'InvalidWakeLockTag' disable 'MissingTranslation', 'BatteryLife', 'ImpliedQuantity', 'MissingQuantity', 'InvalidWakeLockTag'
} }
buildTypes { buildTypes {

View file

@ -380,7 +380,7 @@
android:exported="true" /> android:exported="true" />
<service <service
android:name="org.microg.gms.measurement.MeasuremenstatBrokerService" android:name="org.microg.gms.measurement.MeasurementBrokerService"
android:exported="true"> android:exported="true">
<intent-filter> <intent-filter>
<action android:name="com.google.android.gms.measurement.START" /> <action android:name="com.google.android.gms.measurement.START" />