AdvancedAndroid_Shushme icon indicating copy to clipboard operation
AdvancedAndroid_Shushme copied to clipboard

Manifest permission missing.

Open josemgu91 opened this issue 7 years ago • 3 comments

The manifest permission "android.permission.ACCESS_NOTIFICATION_POLICY" is missing, which is required in order to access the notification policy settings.

josemgu91 avatar Jan 01 '18 04:01 josemgu91

Yep, I confirm that too. It is still missing. Please fix that! @batmanimal :) It's just a line in the manifest code: <uses-permission** android:name="android.permission.ACCESS_NOTIFICATION_POLICY" />

FerFig avatar Apr 05 '18 00:04 FerFig

can you guys tell me how to delete a location already added in list

codewithraqib avatar May 21 '18 10:05 codewithraqib

@raqib850 you can add click button and use a delete operation from content provider for that

Sagar0-0 avatar Jan 20 '22 14:01 Sagar0-0