udacity / AdvancedAndroid_Shushme

136 stars 367 forks source link

Manifest permission missing. #15

Open josemgu91 opened 6 years ago

josemgu91 commented 6 years ago

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

FerFig commented 6 years ago

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" />`**

codewithraqib commented 6 years ago

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

Sagar0-0 commented 2 years ago

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