File tree Expand file tree Collapse file tree
java/com/android1500/gpssetter Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -89,7 +89,6 @@ dependencies {
8989 exclude group : " androidx.lifecycle" , module : " lifecycle-viewmodel-ktx"
9090 }
9191
92- implementation ' com.startapp:inapp-sdk:4.10.5'
9392
9493
9594
Original file line number Diff line number Diff line change 44
55 <uses-permission android : name =" android.permission.ACCESS_FINE_LOCATION" />
66 <uses-permission android : name =" android.permission.ACCESS_NETWORK_STATE" />
7- <uses-permission android : name =" android.permission.ACCESS_WIFI_STATE" />
8- <uses-permission android : name =" android.permission.RECEIVE_BOOT_COMPLETED" />
97 <uses-permission android : name =" android.permission.INTERNET" />
108 <uses-permission android : name =" android.permission.READ_EXTERNAL_STORAGE" />
119 <uses-permission android : name =" android.permission.REQUEST_INSTALL_PACKAGES" />
12- <uses-permission android : name =" com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE" /><queries ><intent ><action android : name =" android.intent.action.MAIN" /></intent ></queries > />
1310
1411
1512 <application
3633 </intent-filter >
3734 </activity >
3835
39- <meta-data
40- android : name =" com.startapp.sdk.APPLICATION_ID"
41- android : value =" 210154429" />
42-
43- <meta-data
44- android : name =" com.startapp.sdk.RETURN_ADS_ENABLED"
45- android : value =" false" />
4636
4737 <meta-data
4838 android : name =" com.google.android.geo.API_KEY"
Original file line number Diff line number Diff line change @@ -31,12 +31,6 @@ class App : Application() {
3131 gsApp = this
3232 commonInit()
3333 AppCompatDelegate .setDefaultNightMode(PrefManager .darkTheme)
34- StartAppAd .disableSplash()
35- StartAppSDK .enableReturnAds(true )
36- StartAppSDK .getExtras(this )
37- .edit()
38- .putString(" IABUSPrivacy_String" , " 1YNN" )
39- .apply ();
4034
4135 }
4236
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ import android.content.Intent
88import android.location.Address
99import android.location.Geocoder
1010import android.os.Bundle
11+ import android.util.Log
1112import android.view.Menu
1213import android.view.MenuItem
1314import android.view.View
Original file line number Diff line number Diff line change 11package com.android1500.gpssetter.ui
22
33
4- import android.content.Intent
54import android.os.Bundle
65import android.text.Editable
76import android.text.InputType
@@ -18,7 +17,6 @@ import androidx.preference.PreferenceDataStore
1817import androidx.preference.PreferenceFragmentCompat
1918import com.android1500.gpssetter.R
2019import com.android1500.gpssetter.databinding.SettingsActivityBinding
21- import com.android1500.gpssetter.gsApp
2220import com.android1500.gpssetter.utils.PrefManager
2321import rikka.preference.SimpleMenuPreference
2422
Original file line number Diff line number Diff line change 3333
3434 </PreferenceCategory >
3535
36+
3637 <PreferenceCategory app : title =" @string/xposed" >
3738
3839 <CheckBoxPreference
You can’t perform that action at this time.
0 commit comments