Suppose I have a menu option called ‘Display’ and my application com.android.display is performing the task of displaying the picture.Now if the apk com.android.display is not installed on the device, the menu option ‘display’ comes but its of no use.So I want that only when this apk is installed on device then only ‘display’ menu option comes.
Is there any way to achieve this on Android OS?
Suppose I have a menu option called ‘Display’ and my application com.android.display is performing
Share
This particular solution is on Android How To on Google Sites