Skip to content

Commit

Permalink
fix permission extraction from app
Browse files Browse the repository at this point in the history
  • Loading branch information
msartore committed May 15, 2024
1 parent 68b3c38 commit 33a98b6
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 19 deletions.
6 changes: 3 additions & 3 deletions ATA-GUI/ATA-GUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
<Copyright>© 2021-2024 Massimiliano Sartore</Copyright>

<!-- Versioning -->
<Version>3.7.2.0</Version>
<AssemblyVersion>3.7.2.0</AssemblyVersion>
<FileVersion>3.7.2.0</FileVersion>
<Version>3.7.3.0</Version>
<AssemblyVersion>3.7.3.0</AssemblyVersion>
<FileVersion>3.7.3.0</FileVersion>

<!-- Publish settings -->
<PublishUrl>publish\</PublishUrl>
Expand Down
2 changes: 1 addition & 1 deletion ATA-GUI/Classes/ATA.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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<string> IPList { get; } = new HashSet<string>();
Expand Down
2 changes: 1 addition & 1 deletion ATA-GUI/Forms/MainForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ATA-GUI/Forms/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
20 changes: 10 additions & 10 deletions ATA-GUI/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions ATA-GUI/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -226,10 +226,10 @@
<data name="icons8-refresh-48" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\icons8-refresh-48.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="playmarketicon" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\playmarketicon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="tools-48" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\tools-48.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="icons8-play-store-48" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\icons8-play-store-48.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
</root>
Binary file added ATA-GUI/Resources/icons8-play-store-48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 33a98b6

Please sign in to comment.