mirror of
https://github.com/TeamVanced/VancedMicroG
synced 2024-11-19 02:29:25 +01:00
commit
b93d580786
@ -78,7 +78,7 @@ android {
|
||||
}
|
||||
|
||||
lintOptions {
|
||||
disable 'MissingTranslation', 'InvalidPackage', 'BatteryLife', 'ImpliedQuantity', 'MissingQuantity', 'InvalidWakeLockTag'
|
||||
disable 'MissingTranslation', 'BatteryLife', 'ImpliedQuantity', 'MissingQuantity', 'InvalidWakeLockTag'
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
|
@ -380,7 +380,7 @@
|
||||
android:exported="true" />
|
||||
|
||||
<service
|
||||
android:name="org.microg.gms.measurement.MeasuremenstatBrokerService"
|
||||
android:name="org.microg.gms.measurement.MeasurementBrokerService"
|
||||
android:exported="true">
|
||||
<intent-filter>
|
||||
<action android:name="com.google.android.gms.measurement.START" />
|
||||
|
Loading…
Reference in New Issue
Block a user