mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-03-04 04:07:08 +00:00
Update submodules, get rid of analytics
Don't want to take a dependency on google play services. The old analytics lib is broken on android target=21+.
This commit is contained in:
parent
1a384da70f
commit
2c51f06c78
@ -9,12 +9,9 @@
|
||||
android:minSdkVersion="9"
|
||||
android:targetSdkVersion="19" />
|
||||
|
||||
<uses-feature android:glEsVersion="0x00020000" >
|
||||
</uses-feature>
|
||||
<uses-feature android:name="android.hardware.screen.landscape" />
|
||||
<uses-feature
|
||||
android:name="android.hardware.touchscreen"
|
||||
android:required="false" />
|
||||
<uses-feature android:glEsVersion="0x00020000" />
|
||||
<uses-feature android:name="android.hardware.screen.landscape" android:required="false" />
|
||||
<uses-feature android:name="android.hardware.touchscreen" android:required="false" />
|
||||
|
||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
||||
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
|
||||
|
Binary file not shown.
@ -6,7 +6,6 @@ import android.os.Build;
|
||||
import android.os.Bundle;
|
||||
import android.os.Looper;
|
||||
|
||||
import com.google.analytics.tracking.android.EasyTracker;
|
||||
import com.henrikrydgard.libnative.NativeActivity;
|
||||
import com.henrikrydgard.libnative.NativeApp;
|
||||
|
||||
@ -73,18 +72,7 @@ public class PpssppActivity extends NativeActivity {
|
||||
|
||||
super.onCreate(savedInstanceState);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onStart() {
|
||||
super.onStart();
|
||||
EasyTracker.getInstance(this).activityStart(this);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onStop() {
|
||||
super.onStop();
|
||||
EasyTracker.getInstance(this).activityStop(this);
|
||||
}
|
||||
|
||||
private void correctRatio(Point sz, float scale) {
|
||||
float x = sz.x;
|
||||
|
2
lang
2
lang
@ -1 +1 @@
|
||||
Subproject commit 17f5e1732d1fff9e464dd5b8cbada7b04fba40a3
|
||||
Subproject commit f7a2cb6f83871f877b4db74c04fd06b67e8d5226
|
2
native
2
native
@ -1 +1 @@
|
||||
Subproject commit b083085c76e04c2ea3dfd0507e8e42f26a824b35
|
||||
Subproject commit 2f5b1c6ebe10e1d7ee4c3429ebfc5c7e71b6d52b
|
Loading…
x
Reference in New Issue
Block a user