diff --git a/ATA-GUI/ATA-GUI.csproj b/ATA-GUI/ATA-GUI.csproj
index 3e7ec41..ede393d 100644
--- a/ATA-GUI/ATA-GUI.csproj
+++ b/ATA-GUI/ATA-GUI.csproj
@@ -10,9 +10,9 @@
© 2021-2024 Massimiliano Sartore
- 3.7.2.0
- 3.7.2.0
- 3.7.2.0
+ 3.7.3.0
+ 3.7.3.0
+ 3.7.3.0
publish\
diff --git a/ATA-GUI/Classes/ATA.cs b/ATA-GUI/Classes/ATA.cs
index 44783f2..749a73c 100644
--- a/ATA-GUI/Classes/ATA.cs
+++ b/ATA-GUI/Classes/ATA.cs
@@ -10,7 +10,7 @@ namespace ATA_GUI.Classes
{
internal class ATA
{
- public static readonly string CURRENTVERSION = "v3.7.2";
+ public static readonly string CURRENTVERSION = "v3.7.3";
public static readonly string IPFileName = "IPList.txt";
public HashSet IPList { get; } = new HashSet();
diff --git a/ATA-GUI/Forms/MainForm.Designer.cs b/ATA-GUI/Forms/MainForm.Designer.cs
index 4d779db..fdad154 100644
--- a/ATA-GUI/Forms/MainForm.Designer.cs
+++ b/ATA-GUI/Forms/MainForm.Designer.cs
@@ -2051,7 +2051,7 @@ private void InitializeComponent()
//
// playMarketToolStripMenuItem
//
- playMarketToolStripMenuItem.Image = Properties.Resources.playmarketicon;
+ playMarketToolStripMenuItem.Image = Properties.Resources.icons8_play_store_48;
playMarketToolStripMenuItem.Name = "playMarketToolStripMenuItem";
playMarketToolStripMenuItem.Size = new System.Drawing.Size(143, 24);
playMarketToolStripMenuItem.Text = "Play Market";
diff --git a/ATA-GUI/Forms/MainForm.cs b/ATA-GUI/Forms/MainForm.cs
index 2b444fe..1efaf26 100644
--- a/ATA-GUI/Forms/MainForm.cs
+++ b/ATA-GUI/Forms/MainForm.cs
@@ -1168,7 +1168,7 @@ private void checkedListBoxApp_SelectedIndexChanged(object sender, EventArgs e)
private void checkGrantedPermissionsToolStripMenuItem_Click(object sender, EventArgs e)
{
- appFunc("shell dumpsys package " + ATA.CurrentDeviceSelected.User, null, 1);
+ appFunc("shell appops get ", null, 1);
}
private void comboBoxDevices_SelectedIndexChanged(object sender, EventArgs e)
diff --git a/ATA-GUI/Properties/Resources.Designer.cs b/ATA-GUI/Properties/Resources.Designer.cs
index 8b893f6..187bb3e 100644
--- a/ATA-GUI/Properties/Resources.Designer.cs
+++ b/ATA-GUI/Properties/Resources.Designer.cs
@@ -265,6 +265,16 @@ internal static System.Drawing.Bitmap icons8_paypal_48 {
}
}
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ internal static System.Drawing.Bitmap icons8_play_store_48 {
+ get {
+ object obj = ResourceManager.GetObject("icons8-play-store-48", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
///
/// Looks up a localized resource of type System.Drawing.Bitmap.
///
@@ -395,16 +405,6 @@ internal static System.Drawing.Bitmap logo {
}
}
- ///
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- ///
- internal static System.Drawing.Bitmap playmarketicon {
- get {
- object obj = ResourceManager.GetObject("playmarketicon", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
///
/// Looks up a localized resource of type System.Drawing.Bitmap.
///
diff --git a/ATA-GUI/Properties/Resources.resx b/ATA-GUI/Properties/Resources.resx
index fe08191..74fa042 100644
--- a/ATA-GUI/Properties/Resources.resx
+++ b/ATA-GUI/Properties/Resources.resx
@@ -226,10 +226,10 @@
..\Resources\icons8-refresh-48.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\playmarketicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
..\Resources\tools-48.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\icons8-play-store-48.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
\ No newline at end of file
diff --git a/ATA-GUI/Resources/icons8-play-store-48.png b/ATA-GUI/Resources/icons8-play-store-48.png
new file mode 100644
index 0000000..bda96df
Binary files /dev/null and b/ATA-GUI/Resources/icons8-play-store-48.png differ