Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
add ACTION_APPLICATION_DETAILS_SETTINGS to supported Actions
  • Loading branch information
ashutoshkmr committed Sep 5, 2019
commit 09d72d58653c1593882de3af80991e8112d4eabd
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ private String convertAction(String action) {
return Settings.ACTION_SETTINGS;
case "action_location_source_settings":
return Settings.ACTION_LOCATION_SOURCE_SETTINGS;
case "action_application_details_settings":
return Settings.ACTION_APPLICATION_DETAILS_SETTINGS;
default:
return action;
}
Expand Down