mirror of
https://gitlab.com/Nanolx/NanoDroid
synced 2024-11-02 03:40:13 +00:00
update Play Store to 9.3.14
This commit is contained in:
parent
91a632b06d
commit
1f67e05790
@ -125,7 +125,7 @@
|
||||
* Oandbackup (0.2.13)
|
||||
* Manual
|
||||
* GNU Bash (4.4.19)
|
||||
* Play Store (9.2.11)
|
||||
* Play Store (9.3.14)
|
||||
* MPV (20180318+merges)
|
||||
|
||||
## 16.2.20180302
|
||||
|
@ -1,9 +1,8 @@
|
||||
diff -Nupr PS_9211.orig/AndroidManifest.xml PS_9211/AndroidManifest.xml
|
||||
--- PS_9211.orig/AndroidManifest.xml 2018-03-14 21:15:19.213179385 +0100
|
||||
+++ PS_9211/AndroidManifest.xml 2018-03-14 21:18:02.787403931 +0100
|
||||
diff -Nupr PS_9314.orig/AndroidManifest.xml PS_9314/AndroidManifest.xml
|
||||
--- PS_9314.orig/AndroidManifest.xml 2018-03-21 19:03:13.548203133 +0100
|
||||
+++ PS_9314/AndroidManifest.xml 2018-03-21 19:04:27.000000000 +0100
|
||||
@@ -1,4 +1,5 @@
|
||||
-<?xml version="1.0" encoding="utf-8" standalone="no"?><manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:finsky="http://schemas.android.com/apk/res-auto" android:compileSdkVersion="27" android:compileSdkVersionCodename="P" package="com.android.vending" platformBuildVersionCode="27" platformBuildVersionName="P">
|
||||
+<?xml version="1.0" encoding="utf-8" standalone="no"?><manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:finsky="http://schemas.android.com/apk/res-auto" package="com.android.vending" platformBuildVersionCode="27" platformBuildVersionName="P">
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?><manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:finsky="http://schemas.android.com/apk/res-auto" android:compileSdkVersion="27" android:compileSdkVersionCodename="P" package="com.android.vending">
|
||||
+ <uses-permission android:name="android.permission.FAKE_PACKAGE_SIGNATURE"/>
|
||||
<uses-permission android:name="com.android.vending.permission.C2D_MESSAGE"/>
|
||||
<uses-permission android:name="com.android.vending.billing.IN_APP_NOTIFY.permission.C2D_MESSAGE"/>
|
||||
@ -12,7 +11,7 @@ diff -Nupr PS_9211.orig/AndroidManifest.xml PS_9211/AndroidManifest.xml
|
||||
<permission android:name="com.google.android.finsky.permission.ACCESS_INSTANT_APP_NOTIFICATION_ENFORCEMENT" android:protectionLevel="signature"/>
|
||||
<permission android:name="com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE" android:protectionLevel="normal"/>
|
||||
<application android:backupAgent="com.android.vending.VendingBackupAgent" android:hardwareAccelerated="true" android:icon="@mipmap/ic_launcher_play_store" android:killAfterRestore="false" android:label="@LEMON_transformed_from_string/app_long_name" android:name="com.google.android.finsky.application.impl.FinskyApplication" android:requiredForAllUsers="true" android:restoreAnyVersion="true" android:restoreNeedsApplication="true" android:restrictedAccountType="com.google" android:roundIcon="@mipmap/ic_round_launcher_play_store" android:supportsRtl="@bool/is_rtl_enabled">
|
||||
+ <meta-data android:name="fake-signature" android:value="@string/fake_signature"/>
|
||||
+ <uses-permission android:name="android.permission.FAKE_PACKAGE_SIGNATURE"/>
|
||||
<activity android:configChanges="orientation|screenSize" android:name="com.google.android.wallet.instrumentmanager.ui.redirect.ImPopupRedirectActivity" android:theme="@style/Theme.UiComponents.PopupRedirect"/>
|
||||
<activity android:exported="false" android:launchMode="singleInstance" android:name="com.google.android.wallet.instrumentmanager.redirect.ImStartAndroidAppRedirectActivity" android:theme="@style/Theme.UiComponents.Translucent.NoActionBar"/>
|
||||
<activity android:exported="true" android:name="com.google.android.wallet.instrumentmanager.redirect.ImFinishAndroidAppRedirectActivity">
|
||||
@ -23,28 +22,28 @@ diff -Nupr PS_9211.orig/AndroidManifest.xml PS_9211/AndroidManifest.xml
|
||||
-</manifest>
|
||||
\ Kein Zeilenumbruch am Dateiende.
|
||||
+</manifest>
|
||||
diff -Nupr PS_9211.orig/res/values/public.xml PS_9211/res/values/public.xml
|
||||
--- PS_9211.orig/res/values/public.xml 2018-03-14 21:15:18.683182192 +0100
|
||||
+++ PS_9211/res/values/public.xml 2018-03-14 21:19:08.813129226 +0100
|
||||
@@ -9125,6 +9125,7 @@
|
||||
<public type="string" name="yes" id="0x7f1407c1" />
|
||||
<public type="string" name="yes_im_in" id="0x7f1407c2" />
|
||||
<public type="string" name="current_locale_sanity_check" id="0x7f1407c3" />
|
||||
+ <public type="string" name="fake_signature" id="0x7f1407c4" />
|
||||
<public type="style" name="AccountDfeListDetails" id="0x7f150000" />
|
||||
<public type="style" name="AccountDfeListPrice" id="0x7f150001" />
|
||||
<public type="style" name="AccountDfeListStatus" id="0x7f150002" />
|
||||
@@ -10008,4 +10009,4 @@
|
||||
<public type="LEMON_transformed_from_string" name="update_subscription_instrument" id="0x7f180029" />
|
||||
<public type="LEMON_transformed_from_string" name="verify_app_chooser_label" id="0x7f18002a" />
|
||||
<public type="LEMON_transformed_from_string" name="verify_app_install_scanning" id="0x7f18002b" />
|
||||
diff -Nupr PS_9314.orig/res/values/public.xml PS_9314/res/values/public.xml
|
||||
--- PS_9314.orig/res/values/public.xml 2018-03-21 19:03:12.970205847 +0100
|
||||
+++ PS_9314/res/values/public.xml 2018-03-21 19:05:01.377780380 +0100
|
||||
@@ -9049,6 +9049,7 @@
|
||||
<public type="string" name="yes" id="0x7f1307c5" />
|
||||
<public type="string" name="yes_im_in" id="0x7f1307c6" />
|
||||
<public type="string" name="current_locale_sanity_check" id="0x7f1307c7" />
|
||||
+ <public type="string" name="fake_signature" id="0x7f1307c8" />
|
||||
<public type="style" name="AccountDfeListDetails" id="0x7f140000" />
|
||||
<public type="style" name="AccountDfeListPrice" id="0x7f140001" />
|
||||
<public type="style" name="AccountDfeListStatus" id="0x7f140002" />
|
||||
@@ -9938,4 +9939,4 @@
|
||||
<public type="LEMON_transformed_from_string" name="update_subscription_instrument" id="0x7f190029" />
|
||||
<public type="LEMON_transformed_from_string" name="verify_app_chooser_label" id="0x7f19002a" />
|
||||
<public type="LEMON_transformed_from_string" name="verify_app_install_scanning" id="0x7f19002b" />
|
||||
-</resources>
|
||||
\ Kein Zeilenumbruch am Dateiende.
|
||||
+</resources>
|
||||
diff -Nupr PS_9211.orig/res/values/strings.xml PS_9211/res/values/strings.xml
|
||||
--- PS_9211.orig/res/values/strings.xml 2018-03-14 21:15:18.683182192 +0100
|
||||
+++ PS_9211/res/values/strings.xml 2018-03-14 21:18:21.571324040 +0100
|
||||
@@ -1860,4 +1860,5 @@ First turn on NFC in your settings, then
|
||||
diff -Nupr PS_9314.orig/res/values/strings.xml PS_9314/res/values/strings.xml
|
||||
--- PS_9314.orig/res/values/strings.xml 2018-03-21 19:03:12.969205852 +0100
|
||||
+++ PS_9314/res/values/strings.xml 2018-03-21 19:05:18.387721803 +0100
|
||||
@@ -1864,4 +1864,5 @@ First turn on NFC in your settings, then
|
||||
<string name="yes">Yes</string>
|
||||
<string name="yes_im_in">"Yes, I'm In"</string>
|
||||
<string name="current_locale_sanity_check" />
|
||||
|
Loading…
Reference in New Issue
Block a user