PkgUtils : An extension to work with Packages

No not at all.
You can’t modify app after compiling and installing it.

how to make app like apk edittor

I don’t think that is possible to make in kodular.
You can only read app’s manifest using kodular or any ai2 distro.

3 Likes

Hi @Deepanshu_Arya
Can you please share some example screenshots?

1 Like

Will do currently outside :+1:

2 Likes

ChangeLog Verson 5

New Blocks

Bug Fixes

  • Fixed (finally) bug in InstallApp method

Changes

  • FirstInstallTiime and LastInstallTime methods will now return epoch timestamp
  • Some minor change in Icon method
  • Removed RunningAppsList method
1 Like

hope it will be back again

Unfortunately it won’t.
ActivityManager.getRunningAppProcesses() was deprecated in Api 23.

Can you make a function that creates a shortcut to launch an app with a specific screen with the start value

Yes but you will have to know screen name in this case.

Yes,
In most cases it is for own app

Dear @bodymindpower what permissions are required for this extension

You should ask him (→ vknow360) in the AI2 forum next time.

<uses-permission android:name="android.permission.REQUEST_DELETE_PACKAGES"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT"/>
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES"/>
1 Like

How to block any package name my meaning is anyone does not install for Play Store any other custom

Do you want to check if app has been installed from Play Store or not?

2 Likes

As far as I have understood,He wants to make sure that no app in installed from unknown sources. All apps should be from play store.

2 Likes

My meaning is how to Block Any App Does Not Install My Phone Through Play Store and unknown Sources

You just have to get installer package name.
If it is empty or equals com.android.vending then app is installed from Play Store.

Is there way to uninstall app without notification :sweat_smile: :sweat_smile:
Without showing “Do you want to uninstall this app?”

No, you can neither install not uninstall apps silently.