mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-21 07:47:32 +09:00
Issue #1053 - Drop support Android and remove Fennec - Part 1a: Remove mobile/android
This commit is contained in:
parent
85045bf6be
commit
c9b411d6cd
3891 changed files with 0 additions and 428084 deletions
|
|
@ -1,20 +0,0 @@
|
|||
# Rules to make the Adjust install tracking library work.
|
||||
# via https://github.com/adjust/android_sdk#5-add-permissions
|
||||
|
||||
-keep class com.adjust.sdk.plugin.MacAddressUtil {
|
||||
java.lang.String getMacAddress(android.content.Context);
|
||||
}
|
||||
-keep class com.adjust.sdk.plugin.AndroidIdUtil {
|
||||
java.lang.String getAndroidId(android.content.Context);
|
||||
}
|
||||
-keep class com.google.android.gms.common.ConnectionResult {
|
||||
int SUCCESS;
|
||||
}
|
||||
-keep class com.google.android.gms.ads.identifier.AdvertisingIdClient {
|
||||
com.google.android.gms.ads.identifier.AdvertisingIdClient$Info
|
||||
getAdvertisingIdInfo (android.content.Context);
|
||||
}
|
||||
-keep class com.google.android.gms.ads.identifier.AdvertisingIdClient$Info {
|
||||
java.lang.String getId ();
|
||||
boolean isLimitAdTrackingEnabled();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue