-
Notifications
You must be signed in to change notification settings - Fork 294
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Install] Incorporate the latest features
- Properly handle the originating URI extra supplied by third-party apps via Intent.EXTRA_ORIGINATING_URI - Set originating package in Android 7 and later. The originating package is automatically determined from the Intent sent from the third-party apps. Proper security measures have been taken to ensure no spoofing is done. - In Android 13 onwards, package source is set to PACKAGE_SOURCE_OTHER by default to prevent the system from applying various accessibility restrictions to the app. However, PACKAGE_SOURCE_STORE is set by default if the originating package is one of the supported app stores. At present, the supported app stores are: Aurora Store, Droid-ify, F-Droid, F-Droid Basic, F-Droid Classic and Neo Store. It is up to the developers to ensure that they send the APK installation requests in a proper way, that is, by utilizing features such as `startActivityForResult` whenever possible. - In Android 12 onwards, if an app is being installed in the foreground, App Manager will try to accelerate the installation process by delaying various post-installation tasks carried out by the installer. Signed-off-by: Muntashir Al-Islam <[email protected]>
- Loading branch information
1 parent
be2b2c9
commit 5d39b8a
Showing
10 changed files
with
240 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.