Last updated: 31 August 2026 · Package:
com.ibrahimtxy.rxshortage · Developer: ibrahimtxy
Drug Shortage Alerts checks what the FDA publishes about the supply of a medicine on the openFDA drug shortages endpoint at an interval you choose, and sends a notification to your phone when the FDA changes what it publishes about supply. An example watch: amphetamine, tell me when supply worsens.
The app never buys, reserves or holds anything. It points you at the FDA drug shortages database; you act there yourself.
None. The developer runs no server and receives nothing from your device — not your watches, not your device identifier, not your usage, not crash reports.
The watches you create (medicine name, generic or brand, which direction to watch), your interval setting, the records already seen so the app does not tell you twice, and the measured data usage. All of it lives in the app's private storage and is deleted when you uninstall the app.
The app connects ONLY to the FDA's open data endpoint. There is no account and no sign-in; the medicine name you type is sent as a search term, exactly as if you typed it on their website. The address is:
api.fda.govwww.accessdata.fda.govThese requests are ordinary public web requests over HTTPS, the same ones your browser makes on the public FDA shortage list. They carry no identifier of you.
| Permission | Why |
|---|---|
ACCESS_NETWORK_STATE | To avoid pointless attempts while offline, and to tell mobile data from Wi-Fi. |
INTERNET | To reach the public FDA shortage list. |
POST_NOTIFICATIONS | To tell you the published supply of your medicine changed. That is the whole app. |
RECEIVE_BOOT_COMPLETED | So your watches resume after the phone restarts. |
VIBRATE | To vibrate when a notification arrives. |
WAKE_LOCK | So the phone does not fall asleep in the middle of a check. The app does not ask for this itself; the background work library (Android Jetpack WorkManager) adds it. |
The app is not directed to children and collects no data from anyone.
If this policy changes, the date at the top changes with it.