Add option to open app-specific setting for installed apps
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
android:icon="@drawable/ic_share"
|
||||
android:title="@string/action_share"
|
||||
app:showAsAction="ifRoom" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_uninstall"
|
||||
android:title="@string/action_uninstall" />
|
||||
@@ -36,6 +37,10 @@
|
||||
android:id="@+id/menu_download_manager"
|
||||
android:title="@string/title_download_manager" />
|
||||
|
||||
<item
|
||||
android:id="@+id/menu_app_settings"
|
||||
android:title="@string/title_app_settings" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_playstore"
|
||||
android:title="@string/title_download_playstore" />
|
||||
|
||||
Reference in New Issue
Block a user